Skip to content

Commit

Permalink
icon fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyclenerd committed Jan 27, 2025
1 parent fb9536e commit b6b57a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions status.sh
Original file line number Diff line number Diff line change
Expand Up @@ -676,7 +676,7 @@ function item_down() {
echo "Script $MY_DOWN_HOSTNAME"
fi
fi
printf '<span class="badge rounded-pill text-bg-danger"><i class="fa-solid fa-xmark"></i></i> '
printf '<span class="badge rounded-pill text-bg-danger"><i class="fa-solid fa-xmark"></i> '
if [[ "$MY_DOWN_TIME" -gt "1" ]]; then
printf "%.0f min</span>" "$((MY_DOWN_TIME/60))"
else
Expand All @@ -692,7 +692,7 @@ function item_degrade() {
else
echo "Script $MY_DEGRADE_HOSTNAME"
fi
printf '<span class="badge rounded-pill text-bg-warning"><i class="fa-solid fa-xmark"></i></i> '
printf '<span class="badge rounded-pill text-bg-warning"><i class="fa-solid fa-xmark"></i> '
if [[ "$MY_DEGRADE_TIME" -gt "1" ]]; then
printf "%.0f min</span>" "$((MY_DEGRADE_TIME/60))"
else
Expand Down

0 comments on commit b6b57a1

Please sign in to comment.