Skip to content

Commit

Permalink
patch
Browse files Browse the repository at this point in the history
  • Loading branch information
lbr38 committed Nov 1, 2024
1 parent a13543c commit 44ec7a5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions www/views/includes/containers/header/service-status.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
<?php
if (!SERVICE_RUNNING) : ?>
<section class="section-main">
<div class="div-generic-blue flex">
<img src="/assets/icons/warning.svg" class="icon" /><span class="yellowtext">Repomanager service is not running. Please restart the container.</span>
<div class="div-generic-blue flex column-gap-5">
<img src="/assets/icons/warning.svg" class="icon" />
<p class="yellowtext">Repomanager service is not running. Please restart the container.</p>
</div>
</section>
<?php
Expand Down

0 comments on commit 44ec7a5

Please sign in to comment.