mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
Feature #4189: Add comments to yaml view files
This commit is contained in:
parent
37e16b98b7
commit
1bcd34401c
src/sunstone
etc/sunstone-views
admin.yamladmin_vcenter.yamlcloud.yamlcloud_vcenter.yamlgroupadmin.yamlgroupadmin_vcenter.yamluser.yaml
public/app/tabs/templates-tab/form-panels/create/wizard-tabs/general
@ -32,6 +32,7 @@ enabled_tabs:
|
|||||||
- support-tab
|
- support-tab
|
||||||
autorefresh: true
|
autorefresh: true
|
||||||
features:
|
features:
|
||||||
|
# True to show showback monthly reports, and VM cost
|
||||||
showback: true
|
showback: true
|
||||||
|
|
||||||
# Allows to change the security groups for each network interface
|
# Allows to change the security groups for each network interface
|
||||||
@ -39,18 +40,30 @@ features:
|
|||||||
secgroups: true
|
secgroups: true
|
||||||
tabs:
|
tabs:
|
||||||
dashboard-tab:
|
dashboard-tab:
|
||||||
|
# The following widgets can be used inside any of the '_per_row' settings
|
||||||
|
# bellow. As the name suggest, the widgets will be scaled to fit one,
|
||||||
|
# two, or three per row. The footer uses the widgets at full size, i.e.
|
||||||
|
# one per row.
|
||||||
|
#
|
||||||
|
# - storage
|
||||||
|
# - users
|
||||||
|
# - network
|
||||||
|
# - hosts
|
||||||
|
# - vms
|
||||||
|
# - groupquotas
|
||||||
|
# - quotas
|
||||||
panel_tabs:
|
panel_tabs:
|
||||||
actions:
|
actions:
|
||||||
Dashboard.refresh: false
|
Dashboard.refresh: false
|
||||||
Sunstone.toggle_top: false
|
Sunstone.toggle_top: false
|
||||||
widgets_three_per_row:
|
|
||||||
widgets_two_per_row:
|
|
||||||
- storage
|
|
||||||
- network
|
|
||||||
widgets_one_per_row:
|
widgets_one_per_row:
|
||||||
- vms
|
- vms
|
||||||
- hosts
|
- hosts
|
||||||
- users
|
- users
|
||||||
|
widgets_three_per_row:
|
||||||
|
widgets_two_per_row:
|
||||||
|
- storage
|
||||||
|
- network
|
||||||
widgets_one_footer:
|
widgets_one_footer:
|
||||||
system-top-tab:
|
system-top-tab:
|
||||||
panel_tabs:
|
panel_tabs:
|
||||||
|
@ -32,6 +32,7 @@ enabled_tabs:
|
|||||||
- support-tab
|
- support-tab
|
||||||
autorefresh: true
|
autorefresh: true
|
||||||
features:
|
features:
|
||||||
|
# True to show showback monthly reports, and VM cost
|
||||||
showback: true
|
showback: true
|
||||||
|
|
||||||
# Allows to change the security groups for each network interface
|
# Allows to change the security groups for each network interface
|
||||||
@ -39,18 +40,28 @@ features:
|
|||||||
secgroups: false
|
secgroups: false
|
||||||
tabs:
|
tabs:
|
||||||
dashboard-tab:
|
dashboard-tab:
|
||||||
|
# The following widgets can be used inside any of the '_per_row' settings
|
||||||
|
# bellow. As the name suggest, the widgets will be scaled to fit one,
|
||||||
|
# two, or three per row. The footer uses the widgets at full size, i.e.
|
||||||
|
# one per row.
|
||||||
|
#
|
||||||
|
# - storage
|
||||||
|
# - users
|
||||||
|
# - network
|
||||||
|
# - hosts
|
||||||
|
# - vms
|
||||||
|
# - groupquotas
|
||||||
|
# - quotas
|
||||||
panel_tabs:
|
panel_tabs:
|
||||||
actions:
|
actions:
|
||||||
Dashboard.refresh: false
|
Dashboard.refresh: false
|
||||||
Sunstone.toggle_top: false
|
Sunstone.toggle_top: false
|
||||||
widgets_three_per_row:
|
|
||||||
widgets_two_per_row:
|
|
||||||
#- storage
|
|
||||||
#- network
|
|
||||||
widgets_one_per_row:
|
widgets_one_per_row:
|
||||||
- vms
|
- vms
|
||||||
- hosts
|
- hosts
|
||||||
- users
|
- users
|
||||||
|
widgets_three_per_row:
|
||||||
|
widgets_two_per_row:
|
||||||
widgets_one_footer:
|
widgets_one_footer:
|
||||||
system-top-tab:
|
system-top-tab:
|
||||||
panel_tabs:
|
panel_tabs:
|
||||||
|
@ -4,6 +4,7 @@ enabled_tabs:
|
|||||||
- users-tab
|
- users-tab
|
||||||
- settings-tab
|
- settings-tab
|
||||||
features:
|
features:
|
||||||
|
# True to show showback monthly reports, and VM cost
|
||||||
showback: true
|
showback: true
|
||||||
|
|
||||||
# Allows to change the security groups for each network interface
|
# Allows to change the security groups for each network interface
|
||||||
@ -56,13 +57,20 @@ tabs:
|
|||||||
VM.disk_snapshot_delete: false
|
VM.disk_snapshot_delete: false
|
||||||
VM.save_as_template: true
|
VM.save_as_template: true
|
||||||
dashboard:
|
dashboard:
|
||||||
|
# Connected user's quotas
|
||||||
quotas: true
|
quotas: true
|
||||||
|
# Overview of connected user's VMs
|
||||||
vms: true
|
vms: true
|
||||||
|
# Group's quotas
|
||||||
vdcquotas: false
|
vdcquotas: false
|
||||||
|
# Overview of group's VMs
|
||||||
vdcvms: false
|
vdcvms: false
|
||||||
create_vm:
|
create_vm:
|
||||||
|
# True to allow capacity (CPU, MEMORY, VCPU) customization
|
||||||
capacity_select: true
|
capacity_select: true
|
||||||
|
# True to allow NIC customization
|
||||||
network_select: true
|
network_select: true
|
||||||
|
# True to allow DISK size customization
|
||||||
disk_resize: true
|
disk_resize: true
|
||||||
settings-tab:
|
settings-tab:
|
||||||
panel_tabs:
|
panel_tabs:
|
||||||
|
@ -4,6 +4,7 @@ enabled_tabs:
|
|||||||
- users-tab
|
- users-tab
|
||||||
- settings-tab
|
- settings-tab
|
||||||
features:
|
features:
|
||||||
|
# True to show showback monthly reports, and VM cost
|
||||||
showback: true
|
showback: true
|
||||||
|
|
||||||
# Allows to change the security groups for each network interface
|
# Allows to change the security groups for each network interface
|
||||||
@ -56,13 +57,20 @@ tabs:
|
|||||||
VM.disk_snapshot_delete: false
|
VM.disk_snapshot_delete: false
|
||||||
VM.save_as_template: true
|
VM.save_as_template: true
|
||||||
dashboard:
|
dashboard:
|
||||||
|
# Connected user's quotas
|
||||||
quotas: true
|
quotas: true
|
||||||
|
# Overview of connected user's VMs
|
||||||
vms: true
|
vms: true
|
||||||
|
# Group's quotas
|
||||||
vdcquotas: false
|
vdcquotas: false
|
||||||
|
# Overview of group's VMs
|
||||||
vdcvms: false
|
vdcvms: false
|
||||||
create_vm:
|
create_vm:
|
||||||
|
# True to allow capacity (CPU, MEMORY, VCPU) customization
|
||||||
capacity_select: true
|
capacity_select: true
|
||||||
|
# True to allow NIC customization
|
||||||
network_select: true
|
network_select: true
|
||||||
|
# True to allow DISK size customization
|
||||||
disk_resize: false
|
disk_resize: false
|
||||||
settings-tab:
|
settings-tab:
|
||||||
panel_tabs:
|
panel_tabs:
|
||||||
|
@ -32,6 +32,7 @@ enabled_tabs:
|
|||||||
#- support-tab
|
#- support-tab
|
||||||
autorefresh: true
|
autorefresh: true
|
||||||
features:
|
features:
|
||||||
|
# True to show showback monthly reports, and VM cost
|
||||||
showback: true
|
showback: true
|
||||||
|
|
||||||
# Allows to change the security groups for each network interface
|
# Allows to change the security groups for each network interface
|
||||||
@ -39,17 +40,29 @@ features:
|
|||||||
secgroups: true
|
secgroups: true
|
||||||
tabs:
|
tabs:
|
||||||
dashboard-tab:
|
dashboard-tab:
|
||||||
|
# The following widgets can be used inside any of the '_per_row' settings
|
||||||
|
# bellow. As the name suggest, the widgets will be scaled to fit one,
|
||||||
|
# two, or three per row. The footer uses the widgets at full size, i.e.
|
||||||
|
# one per row.
|
||||||
|
#
|
||||||
|
# - storage
|
||||||
|
# - users
|
||||||
|
# - network
|
||||||
|
# - hosts
|
||||||
|
# - vms
|
||||||
|
# - groupquotas
|
||||||
|
# - quotas
|
||||||
panel_tabs:
|
panel_tabs:
|
||||||
actions:
|
actions:
|
||||||
Dashboard.refresh: false
|
Dashboard.refresh: false
|
||||||
Sunstone.toggle_top: false
|
Sunstone.toggle_top: false
|
||||||
|
widgets_one_per_row:
|
||||||
|
- vms
|
||||||
|
- users
|
||||||
widgets_three_per_row:
|
widgets_three_per_row:
|
||||||
widgets_two_per_row:
|
widgets_two_per_row:
|
||||||
- groupquotas
|
- groupquotas
|
||||||
- quotas
|
- quotas
|
||||||
widgets_one_per_row:
|
|
||||||
- vms
|
|
||||||
- users
|
|
||||||
widgets_one_footer:
|
widgets_one_footer:
|
||||||
system-top-tab:
|
system-top-tab:
|
||||||
panel_tabs:
|
panel_tabs:
|
||||||
|
@ -32,6 +32,7 @@ enabled_tabs:
|
|||||||
#- support-tab
|
#- support-tab
|
||||||
autorefresh: true
|
autorefresh: true
|
||||||
features:
|
features:
|
||||||
|
# True to show showback monthly reports, and VM cost
|
||||||
showback: true
|
showback: true
|
||||||
|
|
||||||
# Allows to change the security groups for each network interface
|
# Allows to change the security groups for each network interface
|
||||||
@ -39,17 +40,29 @@ features:
|
|||||||
secgroups: false
|
secgroups: false
|
||||||
tabs:
|
tabs:
|
||||||
dashboard-tab:
|
dashboard-tab:
|
||||||
|
# The following widgets can be used inside any of the '_per_row' settings
|
||||||
|
# bellow. As the name suggest, the widgets will be scaled to fit one,
|
||||||
|
# two, or three per row. The footer uses the widgets at full size, i.e.
|
||||||
|
# one per row.
|
||||||
|
#
|
||||||
|
# - storage
|
||||||
|
# - users
|
||||||
|
# - network
|
||||||
|
# - hosts
|
||||||
|
# - vms
|
||||||
|
# - groupquotas
|
||||||
|
# - quotas
|
||||||
panel_tabs:
|
panel_tabs:
|
||||||
actions:
|
actions:
|
||||||
Dashboard.refresh: false
|
Dashboard.refresh: false
|
||||||
Sunstone.toggle_top: false
|
Sunstone.toggle_top: false
|
||||||
|
widgets_one_per_row:
|
||||||
|
- vms
|
||||||
|
- users
|
||||||
widgets_three_per_row:
|
widgets_three_per_row:
|
||||||
widgets_two_per_row:
|
widgets_two_per_row:
|
||||||
- groupquotas
|
- groupquotas
|
||||||
- quotas
|
- quotas
|
||||||
widgets_one_per_row:
|
|
||||||
- vms
|
|
||||||
- users
|
|
||||||
widgets_one_footer:
|
widgets_one_footer:
|
||||||
system-top-tab:
|
system-top-tab:
|
||||||
panel_tabs:
|
panel_tabs:
|
||||||
|
@ -32,6 +32,7 @@ enabled_tabs:
|
|||||||
#- support-tab
|
#- support-tab
|
||||||
autorefresh: true
|
autorefresh: true
|
||||||
features:
|
features:
|
||||||
|
# True to show showback monthly reports, and VM cost
|
||||||
showback: true
|
showback: true
|
||||||
|
|
||||||
# Allows to change the security groups for each network interface
|
# Allows to change the security groups for each network interface
|
||||||
@ -39,19 +40,28 @@ features:
|
|||||||
secgroups: true
|
secgroups: true
|
||||||
tabs:
|
tabs:
|
||||||
dashboard-tab:
|
dashboard-tab:
|
||||||
|
# The following widgets can be used inside any of the '_per_row' settings
|
||||||
|
# bellow. As the name suggest, the widgets will be scaled to fit one,
|
||||||
|
# two, or three per row. The footer uses the widgets at full size, i.e.
|
||||||
|
# one per row.
|
||||||
|
#
|
||||||
|
# - storage
|
||||||
|
# - users
|
||||||
|
# - network
|
||||||
|
# - hosts
|
||||||
|
# - vms
|
||||||
|
# - groupquotas
|
||||||
|
# - quotas
|
||||||
panel_tabs:
|
panel_tabs:
|
||||||
actions:
|
actions:
|
||||||
Dashboard.refresh: false
|
Dashboard.refresh: false
|
||||||
Sunstone.toggle_top: false
|
Sunstone.toggle_top: false
|
||||||
|
widgets_one_per_row:
|
||||||
|
- vms
|
||||||
widgets_three_per_row:
|
widgets_three_per_row:
|
||||||
widgets_two_per_row:
|
widgets_two_per_row:
|
||||||
- network
|
- network
|
||||||
- storage
|
- storage
|
||||||
#- vms
|
|
||||||
widgets_one_per_row:
|
|
||||||
- vms
|
|
||||||
#- hosts
|
|
||||||
#- users
|
|
||||||
widgets_one_footer:
|
widgets_one_footer:
|
||||||
system-top-tab:
|
system-top-tab:
|
||||||
panel_tabs:
|
panel_tabs:
|
||||||
|
@ -163,7 +163,7 @@
|
|||||||
<input type="checkbox" id="sunstone_network_select" name="name"/>
|
<input type="checkbox" id="sunstone_network_select" name="name"/>
|
||||||
<label for="sunstone_network_select">
|
<label for="sunstone_network_select">
|
||||||
{{tr "Do not allow to modify network configuration"}}
|
{{tr "Do not allow to modify network configuration"}}
|
||||||
{{{tip (tr "Users using the cloud view will not be able to remove or add new NICs")}}}
|
{{{tip (tr "Users will not be able to remove or add new NICs")}}}
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user