cloudstack/ui/new/scripts/cloud.core2.resource.js

8 lines
538 B
JavaScript

function afterLoadResourceJSP() {
//***** switch between different tabs (begin) ********************************************************************
var tabArray = ["tab_details", "tab_network", "tab_secondary_storage"];
var tabContentArray = ["tab_content_details", "tab_content_network", "tab_content_secondary_storage"];
switchBetweenDifferentTabs(tabArray, tabContentArray);
//***** switch between different tabs (end) **********************************************************************
}