navbar fixes

pull/3/head
kc1awv 2020-10-22 09:09:47 -04:00
parent bad62a9b02
commit 8e172d9d32
1 changed files with 1 additions and 3 deletions

View File

@ -157,9 +157,7 @@ if ($CallingHome['Active']) {
<span class="navbar-toggler-icon"></span>
</button>
<div id="navbarCollapse" class="collapse navbar-collapse">
<span class="navbar-text">mrefd v<?php echo $Reflector->GetVersion(); ?> - Dashboard v<?php echo $PageOptions['DashboardVersion']; ?>
Service uptime: <?php echo FormatSeconds($Reflector->GetServiceUptime()); ?>
</span>
<span class="navbar-text">mrefd v<?php echo $Reflector->GetVersion(); ?> - Dashboard v<?php echo $PageOptions['DashboardVersion']; ?> Service uptime: <?php echo FormatSeconds($Reflector->GetServiceUptime()); ?></span>
</div>
</nav>