Skip to content

Commit

Permalink
patch
Browse files Browse the repository at this point in the history
  • Loading branch information
lbr38 committed Jan 4, 2025
1 parent 908ea6d commit fa5bfe2
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 2 deletions.
Binary file removed www/public/assets/icons/products/kvm.png
Binary file not shown.
Binary file removed www/public/assets/icons/products/lxc.png
Binary file not shown.
1 change: 0 additions & 1 deletion www/public/resources/js/functions.js
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,6 @@ function printOsIcon(os = '', os_family = '')
if (os != '') {
if (os.toLowerCase() == 'centos') {
return '<img src="/assets/icons/products/centos.png" class="icon-np" title="' + os + '">';

} else if (os.toLowerCase().match(/rocky/i)) {
return '<img src="/assets/icons/products/rockylinux.png" class="icon-np" title="' + os + '">';
} else if (os.toLowerCase().match(/alma/i)) {
Expand Down
2 changes: 1 addition & 1 deletion www/views/includes/containers/host/summary.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
$statusTitle = 'Unknown';
$icon = 'warning-red.svg';
}

echo '<img src="/assets/icons/' . $icon . '" class="icon" title="Agent state on this host: ' . $status . ' (' . $agentLastSendStatusMsg . ')." />';
echo '<p class="mediumopacity-cst">' . $statusTitle . '</p>'; ?>
</div>
Expand Down

0 comments on commit fa5bfe2

Please sign in to comment.