mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-22 18:50:08 +03:00
Updated .yaml's and restyled radio-buttons in Create VMGroup (#206)
This commit is contained in:
parent
add0ca1bc3
commit
807b67fccf
@ -805,6 +805,7 @@ tabs:
|
||||
vmgroup-tab:
|
||||
panel_tabs:
|
||||
vm_group_info_tab: true
|
||||
vm_group_vms_tab: true
|
||||
table_columns:
|
||||
- 0 # Checkbox
|
||||
- 1 # ID
|
||||
|
@ -802,6 +802,7 @@ tabs:
|
||||
vmgroup-tab:
|
||||
panel_tabs:
|
||||
vm_group_info_tab: true
|
||||
vm_group_vms_tab: true
|
||||
table_columns:
|
||||
- 0 # Checkbox
|
||||
- 1 # ID
|
||||
|
@ -803,6 +803,7 @@ tabs:
|
||||
vmgroup-tab:
|
||||
panel_tabs:
|
||||
vm_group_info_tab: true
|
||||
vm_group_vms_tab: true
|
||||
table_columns:
|
||||
- 0 # Checkbox
|
||||
- 1 # ID
|
||||
|
@ -803,6 +803,7 @@ tabs:
|
||||
vmgroup-tab:
|
||||
panel_tabs:
|
||||
vm_group_info_tab: true
|
||||
vm_group_vms_tab: true
|
||||
table_columns:
|
||||
- 0 # Checkbox
|
||||
- 1 # ID
|
||||
|
@ -802,6 +802,7 @@ tabs:
|
||||
vmgroup-tab:
|
||||
panel_tabs:
|
||||
vm_group_info_tab: true
|
||||
vm_group_vms_tab: true
|
||||
table_columns:
|
||||
- 0 # Checkbox
|
||||
- 1 # ID
|
||||
|
@ -32,9 +32,9 @@
|
||||
{{tr "VM-VM Affinity"}}
|
||||
</span>
|
||||
<div style="margin-left: 30px; margin-bottom:5px;">
|
||||
<input type="radio" id="role_protocol" name="protocol" value="NONE" checked>{{tr "None"}}</br>
|
||||
<input type="radio" id="role_protocol" name="protocol" value="AFFINED"">{{tr "Affined"}}</br>
|
||||
<input type="radio" id="role_protocol" name="protocol" value="ANTI_AFFINED">{{tr "Anti Affined"}}
|
||||
<input type="radio" id="role_protocol" name="protocol" value="NONE" checked><label>{{tr "None"}}</label></br>
|
||||
<input type="radio" id="role_protocol" name="protocol" value="AFFINED""><label>{{tr "Affined"}}</label></br>
|
||||
<input type="radio" id="role_protocol" name="protocol" value="ANTI_AFFINED"><label>{{tr "Anti Affined"}}</label>
|
||||
</div>
|
||||
</label>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user