diff --git a/ui/new/jsp/tab_account.jsp b/ui/new/jsp/account.jsp similarity index 100% rename from ui/new/jsp/tab_account.jsp rename to ui/new/jsp/account.jsp diff --git a/ui/new/jsp/tab_alert.jsp b/ui/new/jsp/alert.jsp similarity index 100% rename from ui/new/jsp/tab_alert.jsp rename to ui/new/jsp/alert.jsp diff --git a/ui/new/jsp/tab_event.jsp b/ui/new/jsp/event.jsp similarity index 100% rename from ui/new/jsp/tab_event.jsp rename to ui/new/jsp/event.jsp diff --git a/ui/new/jsp/tab_instance.jsp b/ui/new/jsp/instance.jsp similarity index 100% rename from ui/new/jsp/tab_instance.jsp rename to ui/new/jsp/instance.jsp diff --git a/ui/new/jsp/tab_snapshot.jsp b/ui/new/jsp/snapshot.jsp similarity index 100% rename from ui/new/jsp/tab_snapshot.jsp rename to ui/new/jsp/snapshot.jsp diff --git a/ui/new/jsp/tab_volume.jsp b/ui/new/jsp/volume.jsp similarity index 100% rename from ui/new/jsp/tab_volume.jsp rename to ui/new/jsp/volume.jsp diff --git a/ui/new/scripts/cloud.core.init.js b/ui/new/scripts/cloud.core.init.js index 732adf89029..f3c551cac78 100755 --- a/ui/new/scripts/cloud.core.init.js +++ b/ui/new/scripts/cloud.core.init.js @@ -94,11 +94,11 @@ $(document).ready(function() { return false; }); } - listMidMenuItems("leftmenu_event", "listEvents", "listeventsresponse", "event", "description", "jsp/tab_event.jsp", loadEventToRigntPanelFn); - listMidMenuItems("leftmenu_alert", "listAlerts", "listalertsresponse", "alert", "description", "jsp/tab_alert.jsp", loadAlertToRigntPanelFn); - listMidMenuItems("leftmenu_account", "listAccounts", "listaccountsresponse", "account", "name", "jsp/tab_account.jsp", loadAccountToRigntPanelFn); - listMidMenuItems("leftmenu_volume", "listVolumes", "listvolumesresponse", "volume", "name", "jsp/tab_volume.jsp", loadVolumeToRigntPanelFn); - listMidMenuItems("leftmenu_snapshot", "listSnapshots", "listsnapshotsresponse", "snapshot", "name", "jsp/tab_snapshot.jsp", loadSnapshotToRigntPanelFn); + listMidMenuItems("leftmenu_event", "listEvents", "listeventsresponse", "event", "description", "jsp/event.jsp", loadEventToRigntPanelFn); + listMidMenuItems("leftmenu_alert", "listAlerts", "listalertsresponse", "alert", "description", "jsp/alert.jsp", loadAlertToRigntPanelFn); + listMidMenuItems("leftmenu_account", "listAccounts", "listaccountsresponse", "account", "name", "jsp/account.jsp", loadAccountToRigntPanelFn); + listMidMenuItems("leftmenu_volume", "listVolumes", "listvolumesresponse", "volume", "name", "jsp/volume.jsp", loadVolumeToRigntPanelFn); + listMidMenuItems("leftmenu_snapshot", "listSnapshots", "listsnapshotsresponse", "snapshot", "name", "jsp/snapshot.jsp", loadSnapshotToRigntPanelFn); diff --git a/ui/new/scripts/cloud.core.instance.js b/ui/new/scripts/cloud.core.instance.js index 1bbb17f7330..fc9834392d7 100755 --- a/ui/new/scripts/cloud.core.instance.js +++ b/ui/new/scripts/cloud.core.instance.js @@ -508,7 +508,7 @@ function clickInstanceGroupHeader($arrowIcon) { $instanceGroupContainer.empty(); } //***** VM Detail (end) ******************************************************************************** - $("#right_panel").load("jsp/tab_instance.jsp", function() { + $("#right_panel").load("jsp/instance.jsp", function() { $rightPanelHeader = $("#right_panel_header"); $rightPanelContent = $("#right_panel_content");