Skip to content

Commit

Permalink
Integrate Phoronix into NEMS UI
Browse files Browse the repository at this point in the history
  • Loading branch information
NEMS Linux committed Aug 17, 2018
1 parent d9ef979 commit a21ef36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions inc/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ function resizeIframe(obj) {
<li><a href="/nagvis/" target="_blank">NagVis</a></li>
<?php if (ver('nems') < 1.4) echo '<li><a href="/check_mk/" target="_blank">Check_MK Multisite</a></li>'; ?>
<?php if (ver('nems') >= 1.4) echo '<li><a href="/adagios/" target="_blank">Adagios</a></li>'; ?>
<?php if (ver('nems') >= 1.4 && file_exists('/var/log/nems/phoronix/index.php')) echo '<li><a href="/phoronix/" target="_blank">Server Benchmarks</a></li>'; ?>
<?php if (ver('nems') >= 1.4) echo '<li><a href="/mobile/" target="_blank">NEMS Mobile UI</a></li>'; ?>
<?php if (ver('nems') >= 1.4) echo '<li><a href="/tv/" target="_blank">NEMS TV Dashboard</a></li>'; ?>
</ul>
Expand Down

0 comments on commit a21ef36

Please sign in to comment.