Skip to content

Commit

Permalink
Per container settings opening hint
Browse files Browse the repository at this point in the history
  • Loading branch information
Commifreak committed Apr 15, 2023
1 parent 418b878 commit 17651c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pages/content/settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,8 @@ class="fa fa-clock-o title"></i>Notifications, scheduling and retention</span>

<div style="display: flex;">
<div class="dockerSettings" style="flex-grow: 1; flex-basis: 0;">
<div class="title"><span class="left"><i class="fa fa-docker title"></i>Per container settings</span></div>
<div class="title"><span class="left"><i class="fa fa-docker title"></i>Per container settings. <b>Click on container name to open</b></span>
</div>

<?php
$dockerClient = new DockerClient();
Expand Down

0 comments on commit 17651c0

Please sign in to comment.