Move groups link to the console sidebar
This commit is contained in:
parent
a6027ccdca
commit
6911b99271
|
@ -22,9 +22,7 @@
|
|||
<li><a href="?view=options"><?= $SLANG['Options'] ?></a></li>
|
||||
<?php if ( logToDatabase() > Logger::NOLOG ) { ?>
|
||||
<li><a href="?view=log"><span class="<?= logState(); ?>"><?= $SLANG['Log'] ?></span></a></li>
|
||||
<?php } ?>
|
||||
<li><a href="?view=groups"><?= sprintf( $CLANG['MonitorCount'], count($displayMonitors), zmVlang( $VLANG['Monitor'], count($displayMonitors) ) ).($group?' ('.$group['Name'].')':'')?></a></li>
|
||||
<?php if ( ZM_OPT_X10 && canView( 'Devices' ) ) { ?>
|
||||
<?php } if ( ZM_OPT_X10 && canView( 'Devices' ) ) { ?>
|
||||
<li><a href="?view=devices"><?= $SLANG['Devices'] ?></a></li>
|
||||
<?php } ?>
|
||||
<?php if ($running) ?>
|
||||
|
|
|
@ -2,5 +2,6 @@
|
|||
<li><a href="?view=monitor">Add New Monitor</a></li>
|
||||
<li><input class="btn btn-default btn-block" type="button" name="editBtn" value="<?= $SLANG['Edit'] ?>" onclick="editMonitor( this )" disabled="disabled"/></li>
|
||||
<li><input class="btn btn-default btn-block" type="button" name="deleteBtn" value="<?= $SLANG['Delete'] ?>" onclick="deleteMonitor( this )" disabled="disabled"/></li>
|
||||
<li><a href="?view=groups"><?= sprintf( $CLANG['MonitorCount'], count($displayMonitors), zmVlang( $VLANG['Monitor'], count($displayMonitors) ) ).($group?' ('.$group['Name'].')':'')?></a></li>
|
||||
</ul>
|
||||
|
||||
|
|
Loading…
Reference in New Issue