From 92882b7676e91de65ff5ef6e99bb6bca3f042077 Mon Sep 17 00:00:00 2001 From: Hugo Rodrigues Date: Sun, 26 Jan 2025 22:34:15 +0000 Subject: [PATCH] Updated Bootstrap to 5.3.3 --- status.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/status.sh b/status.sh index 66e648560..b18d3541e 100755 --- a/status.sh +++ b/status.sh @@ -145,7 +145,7 @@ MY_HOSTNAME_STATUS_HISTORY_TEMP_SORT=${MY_HOSTNAME_STATUS_HISTORY_TEMP_SORT:-"/t MY_MIN_DOWN_TIME=${MY_MIN_DOWN_TIME:-"60"} # CSS Stylesheet for the status page -MY_STATUS_STYLESHEET=${MY_STATUS_STYLESHEET:-"https://cdnjs.cloudflare.com/ajax/libs/bootstrap/4.6.2/css/bootstrap.min.css"} +MY_STATUS_STYLESHEET=${MY_STATUS_STYLESHEET:-"https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css"} # FontAwesome for the status page MY_STATUS_FONTAWESOME=${MY_STATUS_FONTAWESOME:-"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css"} @@ -521,7 +521,7 @@ $MY_AUTOREFRESH_TEXT

$MY_STATUS_TITLE - + $MY_HOMEPAGE_TITLE @@ -625,7 +625,7 @@ function item_ok() { fi fi cat < + EOF } @@ -653,7 +653,7 @@ function item_down() { echo "Script $MY_DOWN_HOSTNAME" fi fi - printf ' ' + printf ' ' if [[ "$MY_DOWN_TIME" -gt "1" ]]; then printf "%.0f min" "$((MY_DOWN_TIME/60))" else @@ -669,7 +669,7 @@ function item_degrade() { else echo "Script $MY_DEGRADE_HOSTNAME" fi - printf ' ' + printf ' ' if [[ "$MY_DEGRADE_TIME" -gt "1" ]]; then printf "%.0f min" "$((MY_DEGRADE_TIME/60))" else