placed tiered header and added vm
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3880 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
7e34108050
commit
4eaedea175
@ -71,6 +71,9 @@ echo <<<EOS2
|
||||
<ul class="sf-menu" id='sf-menu'>
|
||||
<li>
|
||||
<a href="control.php">control</a>
|
||||
<ul>
|
||||
<li><a href="vm.php">VM Management</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="current">
|
||||
<a href="config.php">configure</a>
|
||||
@ -94,11 +97,13 @@ echo <<<EOS4
|
||||
<li>
|
||||
<a href="provision.php">provision</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="monitor.php">syslog</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="monitor/monlist.php">monitor</a>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="monitor.php">syslog</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- <div id="cmdForm">
|
||||
|
Loading…
Reference in New Issue
Block a user