placed dxcluster under tools for legacy reasons in case anyone still needs it
这个提交包含在:
父节点
5a03ecf45e
当前提交
7262b96337
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
|
@ -66,7 +66,6 @@
|
||||||
|
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
<li><a href="<?php echo site_url('statistics');?>" title="Statistics">Statistics</a></li>
|
<li><a href="<?php echo site_url('statistics');?>" title="Statistics">Statistics</a></li>
|
||||||
<!-- <li><a href="<?php echo site_url('dxcluster');?>" title="DX Cluster">Cluster</a></li>-->
|
|
||||||
|
|
||||||
<?php if(($this->config->item('use_auth') && $this->session->userdata('user_type') >= 99) || $this->config->item('use_auth') === FALSE) { ?>
|
<?php if(($this->config->item('use_auth') && $this->session->userdata('user_type') >= 99) || $this->config->item('use_auth') === FALSE) { ?>
|
||||||
|
|
||||||
|
|
@ -74,6 +73,7 @@
|
||||||
<a href="#" class="dropdown-toggle">Tools</a>
|
<a href="#" class="dropdown-toggle">Tools</a>
|
||||||
<ul class="dropdown-menu">
|
<ul class="dropdown-menu">
|
||||||
<li><a href="<?php echo site_url('awards');?>" title="">Awards</a></li>
|
<li><a href="<?php echo site_url('awards');?>" title="">Awards</a></li>
|
||||||
|
<li><a href="<?php echo site_url('dxcluster');?>" title="DX Cluster">Cluster</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用