mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
bug #3905: Remove html tags from tips
This commit is contained in:
parent
640071e230
commit
7ec0faf909
@ -105,11 +105,7 @@
|
||||
{{tr "FS type"}}
|
||||
<span class="tip">
|
||||
{{tr "Type of file system to be built."}}
|
||||
<br>
|
||||
<br>
|
||||
{{tr "Plain. When the disk image is used directly by the hypervisor we can format the image, and so it is ready to be used by the guest OS. Values: ext2, ext3, ext4, ntfs, reiserfs, jfs, swap. Any other fs supported by mkfs will work if no special option is needed."}}
|
||||
<br>
|
||||
<br>
|
||||
{{tr "Formatted. The disk image is stored in a hypervisor specific format VMDK or Qcow2. Then we cannot really make a filesystem on the image, just create the device and let the guest OS format the disk. Use raw to not to format the new image. Values: raw, qcow2, vmdk_*."}}
|
||||
</span>
|
||||
</label>
|
||||
|
@ -129,23 +129,23 @@
|
||||
</thead>
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="has-tip" title="{{tr "Type of adjustment."}}<br><br>
|
||||
{{tr "CHANGE: Add/substract the given number of VMs."}}<br>
|
||||
{{tr "CARDINALITY: Set the cardinality to the given number."}}<br>
|
||||
<th class="has-tip" title="{{tr "Type of adjustment."}}
|
||||
{{tr "CHANGE: Add/substract the given number of VMs."}}
|
||||
{{tr "CARDINALITY: Set the cardinality to the given number."}}
|
||||
{{tr "PERCENTAGE_CHANGE: Add/substract the given percentage to the current cardinality."}}" style="width:14%">{{tr "Type"}}
|
||||
</th>
|
||||
<th class="has-tip" title="{{tr "Positive or negative adjustment. Its meaning depends on 'type'"}}<br><br>
|
||||
{{tr "CHANGE: -2, will substract 2 VMs from the role"}}<br>
|
||||
{{tr "CARDINALITY: 8, will set carditanilty to 8"}}<br>
|
||||
<th class="has-tip" title="{{tr "Positive or negative adjustment. Its meaning depends on 'type'"}}
|
||||
{{tr "CHANGE: -2, will substract 2 VMs from the role"}}
|
||||
{{tr "CARDINALITY: 8, will set carditanilty to 8"}}
|
||||
{{tr "PERCENTAGE_CHANGE: 20, will increment cardinality by 20%"}}" style="width:12%">{{tr "Adjust"}}
|
||||
</th>
|
||||
<th class="has-tip" title="{{tr "Optional parameter for PERCENTAGE_CHANGE adjustment type. If present, the policy will change the cardinality by at least the number of VMs set in this attribute."}}" style="width:9%">{{tr "Min"}}
|
||||
</th>
|
||||
<th class="has-tip" title="{{tr "Recurrence: Time for recurring adjustements. Time is specified with the Unix cron syntax"}}<br><br>
|
||||
<th class="has-tip" title="{{tr "Recurrence: Time for recurring adjustements. Time is specified with the Unix cron syntax"}}
|
||||
{{tr "Start time: Exact time for the adjustement"}}" style="width:28%">{{tr "Time format"}}
|
||||
</th>
|
||||
<th class="has-tip" title="{{tr "Time expression depends on the the time formar selected"}}<br><br>
|
||||
{{tr "Recurrence: Time for recurring adjustements. Time is specified with the Unix cron syntax"}}<br>
|
||||
<th class="has-tip" title="{{tr "Time expression depends on the the time formar selected"}}
|
||||
{{tr "Recurrence: Time for recurring adjustements. Time is specified with the Unix cron syntax"}}
|
||||
{{tr "Start time: Exact time for the adjustement"}}" style="width:33%">{{tr "Time expression"}}
|
||||
</th>
|
||||
<th style="width:3%"></th>
|
||||
|
Loading…
x
Reference in New Issue
Block a user