-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:
mxi1 2009-12-17 08:43:23 +00:00
parent 47baa52776
commit 46fa1b8bc8
2 changed files with 12 additions and 0 deletions

View File

@ -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');

View File

@ -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();