Bug #4615
VM modals not functionnal in cloud view
Status: | Closed | Start date: | 07/01/2016 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | Carlos Martín | % Done: | 0% | |
Category: | Cloud View | |||
Target version: | Release 5.0.2 | |||
Resolution: | fixed | Pull request: | ||
Affected Versions: | OpenNebula 5.0 |
Description
Hello,
I enabled several tabs in a dedicated cloud view:
diff -u /etc/one/sunstone-views/{,eole-}cloud.yaml --- /etc/one/sunstone-views/cloud.yaml 2016-07-01 14:00:38.655519424 +0200 +++ /etc/one/sunstone-views/eole-cloud.yaml 2016-06-22 15:43:22.808937083 +0200 @@ -1,10 +1,11 @@ -provision_logo: images/opennebula-5.0.png +provision_logo: images/hâpy-small.png +provision_logo: images/hâpy-small.png enabled_tabs: - provision-tab - settings-tab features: # True to show showback monthly reports, and VM cost - showback: true + showback: false # Allows to change the security groups for each network interface # on the VM creation dialog @@ -12,15 +13,15 @@ tabs: provision-tab: panel_tabs: - vm_info_tab: false - vm_capacity_tab: false - vm_storage_tab: false - vm_network_tab: false - vm_snapshot_tab: false + vm_info_tab: true + vm_capacity_tab: true + vm_storage_tab: true + vm_network_tab: true + vm_snapshot_tab: true vm_placement_tab: false - vm_actions_tab: false - vm_template_tab: false - vm_log_tab: false + vm_actions_tab: true + vm_template_tab: true + vm_log_tab: true provision_tabs: flows: true templates: true @@ -42,18 +43,18 @@ VM.undeploy_hard: false VM.terminate: true VM.terminate_hard: true - VM.resize: false - VM.attachdisk: false - VM.detachdisk: false - VM.disk_saveas: false - VM.attachnic: false - VM.detachnic: false - VM.snapshot_create: false - VM.snapshot_revert: false - VM.snapshot_delete: false - VM.disk_snapshot_create: false - VM.disk_snapshot_revert: false - VM.disk_snapshot_delete: false + VM.resize: true + VM.attachdisk: true + VM.detachdisk: true + VM.disk_saveas: true + VM.attachnic: true + VM.detachnic: true + VM.snapshot_create: true + VM.snapshot_revert: true + VM.snapshot_delete: true + VM.disk_snapshot_create: true + VM.disk_snapshot_revert: true + VM.disk_snapshot_delete: true VM.save_as_template: true dashboard: # Connected user's quotas
Unfortunately each modal have a problem:
- Capacity open but display nothing (see capacity-modal-bug.webm)
- Some modal close and switch to dashboard
- storage attach (storage-attach-modal-bug.webm)
- network attach (network-attach-modal-bug.webm)
- VM take a snapshot (vm-snapshot-modal-bug.webm)
- Some modal display a white page with
crfstoken
- storage save as (storage-save-as-modal-bug.webm)
- storage detach (storage-detach-modal-bug.webm)
- storage snapshot (storage-snapshot-modal-bug.webm)
- network detach (network-detach-modal-bug.webm)
Regards.
Associated revisions
Bug #4615: Fix modal windows in cloud view
Bug #4615: Fix modal windows in cloud view
(cherry picked from commit 7dc5dd0cfe3af45d8fe111a3486508824e1ec77a)
History
#1 Updated by EOLE Team about 5 years ago
There is no problem with user
view.
It may be related to #4606 Attach nic modal disappear when selecting page 2 which occurs with user
view
#2 Updated by Ruben S. Montero about 5 years ago
- Target version set to Release 5.0.2
#3 Updated by Carlos Martín about 5 years ago
- Status changed from Pending to Closed
- Assignee changed from Daniel Molina to Carlos Martín
- Resolution set to fixed
Fixed, thank you for reporting it