Skip to content

Commit

Permalink
websocket status on resources page
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRDOrazio committed Jul 2, 2024
1 parent 517bad6 commit e7f1f46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layout/topnavbar.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
?>
</div>
</li>
<?php if ($pageName === 'index') { ?>
<?php if ($pageName === 'index' || $pageName === 'resources') { ?>
<li class="me-2">
<div class="text-white bg-secondary p-2" id="websocket-status"><i class="fas fa-plug fa-fw"></i> <?php
echo _("Websocket connection status");
Expand Down

0 comments on commit e7f1f46

Please sign in to comment.