mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-22 18:50:08 +03:00
Bug #4099: Remove html chars from tips
(cherry picked from commit 39494e364d01d9986727f41adb04edc442da957f)
This commit is contained in:
parent
09ba4ca10c
commit
b632349af3
@ -18,7 +18,7 @@
|
||||
<div class="row">
|
||||
<div class="medium-6 columns">
|
||||
<label for="service_name">{{tr "Service Name"}}
|
||||
<span class="tip">{{tr "Defaults to template name when emtpy. You can use the wildcard %i. When creating several Services, %i will be replaced with a different number starting from 0 in each of them"}}.</span>
|
||||
<span class="tip">{{tr "Defaults to template name when emtpy. You can use the wildcard %i. When creating several Services, %i will be replaced with a different number starting from 0 in each of them"}}.</span>
|
||||
</label>
|
||||
<input type="text" name="service_name" id="service_name" />
|
||||
</div>
|
||||
|
@ -24,7 +24,7 @@
|
||||
<label for="vm_name">
|
||||
{{tr "VM Name"}}
|
||||
<span class="tip">
|
||||
{{tr "Defaults to template name when emtpy. You can use the wildcard %i. When creating several VMs, %i will be replaced with a different number starting from 0 in each of them"}}.
|
||||
{{tr "Defaults to template name when emtpy. You can use the wildcard %i. When creating several VMs, %i will be replaced with a different number starting from 0 in each of them"}}.
|
||||
</span>
|
||||
</label>
|
||||
<input type="text" name="vm_name" id="vm_name" />
|
||||
|
@ -22,7 +22,7 @@
|
||||
<label for="create_vm_name">
|
||||
{{tr "VM Name"}}
|
||||
<span class="tip">
|
||||
{{tr "Defaults to template name when emtpy. You can use the wildcard %i. When creating several VMs, %i will be replaced with a different number starting from 0 in each of them"}}.
|
||||
{{tr "Defaults to template name when emtpy. You can use the wildcard %i. When creating several VMs, %i will be replaced with a different number starting from 0 in each of them"}}.
|
||||
</span>
|
||||
</label>
|
||||
<input type="text" name="create_vm_name" id="create_vm_name" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user