1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-04-01 06:50:25 +03:00

Feature #3456: Add enable/disable actions to yaml files

This commit is contained in:
Carlos Martín 2015-02-18 16:09:28 +01:00
parent 360a337c54
commit 67ca4de000
3 changed files with 6 additions and 0 deletions

View File

@ -358,6 +358,8 @@ tabs:
Datastore.chgrp: true
Datastore.chmod: true
Datastore.delete: true
Datastore.enable: true
Datastore.disable: true
vnets-tab:
panel_tabs:
vnet_info_tab: true

View File

@ -359,6 +359,8 @@ tabs:
Datastore.chgrp: false
Datastore.chmod: true
Datastore.delete: false
Datastore.enable: false
Datastore.disable: false
vnets-tab:
panel_tabs:
vnet_info_tab: true

View File

@ -358,6 +358,8 @@ tabs:
Datastore.chgrp: true
Datastore.chmod: true
Datastore.delete: true
Datastore.enable: true
Datastore.disable: true
vnets-tab:
panel_tabs:
vnet_info_tab: true