1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

Hide resize and attach/detach nic buttons

(cherry picked from commit 17a68facdc2fe5c156755852318f042468e4f5fa)
This commit is contained in:
Daniel Molina 2013-07-15 17:03:45 +02:00
parent a05eb4df26
commit 51f5808b86

View File

@ -141,12 +141,12 @@ tabs:
VM.shutdown_hard: true
VM.delete: true
VM.delete_recreate: true
VM.resize: true
VM.resize: false
VM.attachdisk: true
VM.detachdisk: true
VM.saveas: true
VM.attachnic: true
VM.detachnic: true
VM.attachnic: false
VM.detachnic: false
VM.snapshot_create: true
VM.snapshot_revert: true
VM.snapshot_delete: true