1
0
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:
Abel Coronado 2017-03-06 15:12:15 +01:00 committed by Tino Vázquez
parent add0ca1bc3
commit 807b67fccf
6 changed files with 8 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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>