Skip to content

Commit

Permalink
Update lock before re-flash of development unit.
Browse files Browse the repository at this point in the history
  • Loading branch information
NEMS Linux committed May 20, 2018
1 parent 2e8ca47 commit cc32cad
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion inc/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,13 @@ function resizeIframe(obj) {
Reporting
</a>
<ul class="dropdown-menu">
<li><a href="/nagios3/" target="_blank">Nagios Core</a></li>
<?php
if (ver('nems') >= 1.4) {
echo '<li><a href="/nagios/" target="_blank">Nagios Core</a></li>';
} else {
echo '<li><a href="/nagios3/" target="_blank">Nagios Core</a></li>';
}
?>
<li><a href="/nagvis/" target="_blank">NagVis</a></li>
<li><a href="/check_mk/" target="_blank">Check_MK Multisite</a></li>
<?php if (ver('nems') >= 1.4) echo '<li><a href="/mobile/" target="_blank">NEMS Mobile UI</a></li>'; ?>
Expand Down

0 comments on commit cc32cad

Please sign in to comment.