Bug #4615

VM modals not functionnal in cloud view

Added by EOLE Team about 5 years ago. Updated about 5 years ago.

Status:ClosedStart date:07/01/2016
Priority:NormalDue 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:

Regards.

capacity-modal-bug.webm (183 KB) EOLE Team, 07/01/2016 12:45 PM

storage-attach-modal-bug.webm (174 KB) EOLE Team, 07/01/2016 12:45 PM

storage-save-as-modal-bug.webm (96.5 KB) EOLE Team, 07/01/2016 12:55 PM

storage-detach-modal-bug.webm (119 KB) EOLE Team, 07/01/2016 12:55 PM

storage-snapshot-modal-bug.webm (97.4 KB) EOLE Team, 07/01/2016 12:56 PM

network-attach-modal-bug.webm (211 KB) EOLE Team, 07/01/2016 12:57 PM

network-detach-modal-bug.webm (80.7 KB) EOLE Team, 07/01/2016 12:57 PM

vm-snapshot-modal-bug.webm (169 KB) EOLE Team, 07/01/2016 12:57 PM

Associated revisions

Revision 7dc5dd0c
Added by Carlos Martín about 5 years ago

Bug #4615: Fix modal windows in cloud view

Revision 1e6c6238
Added by Carlos Martín about 5 years ago

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

Also available in: Atom PDF