1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-16 22:50:10 +03:00

F #-: Remove duplicated actions from view

This commit is contained in:
Tino Vazquez 2021-07-06 18:30:25 +02:00
parent 931e04e0d3
commit ccd3b0b5f3
No known key found for this signature in database
GPG Key ID: 14201E424D02047E
2 changed files with 18 additions and 36 deletions

View File

@ -25,10 +25,6 @@ resource_name: "VM"
actions:
create_dialog: true
rename: true
chown: true
chgrp: true
chmod: true
deploy: true
migrate: true
migrate_live: true
@ -48,20 +44,6 @@ actions:
undeploy_hard: true
terminate: true
terminate_hard: true
resize: true
disk_resize: true
attachdisk: true # agrupar
detachdisk: true
disk_saveas: true
attachnic: true
detachnic: true
snapshot_create: true # agrupar
snapshot_revert: true
snapshot_delete: true
disk_snapshot_create: true # agrupar
disk_snapshot_revert: true
disk_snapshot_rename: true
disk_snapshot_delete: true
resched: true
unresched: true
save_as_template: true
@ -87,14 +69,22 @@ filters:
# Info Tabs - Which info tabs are used to show extended information
info-tabs:
info:
enabled: true
information_panel:
enabled: true
actions:
rename: true
permissions_panel:
enabled: true
actions:
chmod: true
ownership_panel:
enabled: true
actions:
chown: true
chgrp: true
vcenter_information_panel:
enabled: true
parent: USER_TEMPLATE
@ -123,6 +113,7 @@ info-tabs:
snapshot_disk_revert: true
snapshot_disk_delete: true
resize_disk: true
disk_saveas: true
network:
enabled: true

View File

@ -25,10 +25,6 @@ resource_name: "VM"
actions:
create_dialog: true
rename: true
chown: true
chgrp: true
chmod: true
deploy: true
migrate: true
migrate_live: true
@ -48,20 +44,6 @@ actions:
undeploy_hard: true
terminate: true
terminate_hard: true
resize: true
disk_resize: true
attachdisk: true # agrupar
detachdisk: true
disk_saveas: true
attachnic: true
detachnic: true
snapshot_create: true # agrupar
snapshot_revert: true
snapshot_delete: true
disk_snapshot_create: true # agrupar
disk_snapshot_revert: true
disk_snapshot_rename: true
disk_snapshot_delete: true
resched: true
unresched: true
save_as_template: true
@ -87,14 +69,22 @@ filters:
# Info Tabs - Which info tabs are used to show extended information
info-tabs:
info:
enabled: true
information_panel:
enabled: true
actions:
rename: true
permissions_panel:
enabled: true
actions:
chmod: true
ownership_panel:
enabled: true
actions:
chown: true
chgrp: true
vcenter_information_panel:
enabled: true
parent: USER_TEMPLATE
@ -123,6 +113,7 @@ info-tabs:
snapshot_disk_revert: true
snapshot_disk_delete: true
resize_disk: true
disk_saveas: true
network:
enabled: true