xCAT UI change the manual.php to guide.php
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9575 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
389ecff3dd
commit
19060ab5b1
@ -513,8 +513,8 @@ function initPage() {
|
||||
includeJs("js/monitor/gangliamon.js");
|
||||
headers.eq(3).css('background-color', '#A9D0F5');
|
||||
loadMonitorPage();
|
||||
} else if (page == 'manual.php') {
|
||||
includeJs("js/manual/manual.js");
|
||||
} else if (page == 'guide.php') {
|
||||
includeJs("js/guide/guide.js");
|
||||
headers.eq(4).css('background-color', '#A9D0F5');
|
||||
loadManualPage();
|
||||
} else {
|
||||
|
@ -33,7 +33,7 @@ function loadPage(){
|
||||
<li><a href="configure.php" class="top_link">Configure</a></li>
|
||||
<li><a href="provision.php" class="top_link">Provision</a></li>
|
||||
<li><a href="monitor.php" class="top_link">Monitor</a></li>
|
||||
<li><a href="manual.php" class="top_link">Guide</a></li>
|
||||
<li><a href="guide.php" class="top_link">Guide</a></li>
|
||||
</ul>';
|
||||
|
||||
// User name and log out section
|
||||
|
Loading…
Reference in New Issue
Block a user