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

Feature #2977: Fix refresh when panels are enabled

The line removed was preventing Sunstone.insertPanels from
detecting the current active panel

(cherry picked from commit 593e18f54d4031617fd67c1d6db0f5c5b817edca)
This commit is contained in:
Carlos Martín 2015-10-30 17:41:11 +01:00
parent d487ebbe9e
commit 84a2bf4675

View File

@ -249,7 +249,6 @@ define(function(require) {
},
error: Notifier.onError,
success: function(request, response){
$(".provision-right-info").html("");
Sunstone.insertPanels(TAB_ID, response, TAB_ID, $(".provision-right-info", context));
var data = response.VM