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

F : Add dialog to vm & template views ()

This commit is contained in:
Sergio Betanzos 2021-11-25 16:56:59 +01:00 committed by GitHub
parent 8ed21126a8
commit 8294129abc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions
src/fireedge/etc/sunstone/admin

@ -26,6 +26,7 @@ resource_name: "VM"
actions:
refresh: true
create_dialog: true
create_app_dialog: true # reference to create_dialog in marketplace-app-tab.yaml
deploy: true
migrate: true
migrate_live: true

@ -29,6 +29,7 @@ actions:
import_dialog: true
update_dialog: true
instantiate_dialog: true
create_app_dialog: true # reference to create_dialog in marketplace-app-tab.yaml
clone: true
delete: true
chown: true