mirror of https://github.com/apache/cloudstack.git
8 lines
538 B
JavaScript
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) **********************************************************************
|
|
|
|
} |