-Add one link to LoadLeveler Configuration Editor to the top menu of xCAT's main page
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4816 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
47baa52776
commit
46fa1b8bc8
@ -473,5 +473,14 @@ function rmc_monshow_draw_by_flot(div, value)
|
||||
});
|
||||
}
|
||||
|
||||
/*
|
||||
* loadLLCfgEditor()
|
||||
* nav the webpage to LoadLeveler editor if it exists
|
||||
*/
|
||||
function loadLLCfgEditor()
|
||||
{
|
||||
window.document.location="../ll/llconfig_editor.pl";
|
||||
}
|
||||
|
||||
// load progress bar
|
||||
myBar.loaded('xcat.js');
|
||||
|
@ -82,6 +82,9 @@ echo <<<EOS2
|
||||
</li>
|
||||
<li class="current">
|
||||
<a href="config.php">configure</a>
|
||||
<ul>
|
||||
<li><a href="#" onclick='loadLLCfgEditor()'>LoadLeveler</a></li>
|
||||
</ul>
|
||||
EOS2;
|
||||
# echo "<ul>\n";
|
||||
# $tables = getTabNames();
|
||||
|
Loading…
Reference in New Issue
Block a user