From 46fa1b8bc89fcbb5e3dfd2f18b4719302dcbb759 Mon Sep 17 00:00:00 2001 From: mxi1 Date: Thu, 17 Dec 2009 08:43:23 +0000 Subject: [PATCH] -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 --- xCAT-UI/js/xcat.js | 9 +++++++++ xCAT-UI/lib/display.php | 3 +++ 2 files changed, 12 insertions(+) diff --git a/xCAT-UI/js/xcat.js b/xCAT-UI/js/xcat.js index 5e1b1dbbd..d7988087e 100644 --- a/xCAT-UI/js/xcat.js +++ b/xCAT-UI/js/xcat.js @@ -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'); diff --git a/xCAT-UI/lib/display.php b/xCAT-UI/lib/display.php index b96ec7ab5..66806faaa 100644 --- a/xCAT-UI/lib/display.php +++ b/xCAT-UI/lib/display.php @@ -82,6 +82,9 @@ echo <<
  • configure + EOS2; # echo "
      \n"; # $tables = getTabNames();