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:
parent
360a337c54
commit
67ca4de000
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user