diff --git a/config-example b/config-example index bfee866c2..4a39584a7 100644 --- a/config-example +++ b/config-example @@ -66,10 +66,10 @@ MY_HOSTNAME_STATUS_HISTORY_TEMP_SORT="/tmp/status_hostname_history_sort.txt" MY_MIN_DOWN_TIME="60" # CSS Stylesheet for the status page -MY_STATUS_STYLESHEET="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.5.3/css/bootstrap.min.css" +MY_STATUS_STYLESHEET="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.3/css/bootstrap.min.css" # FontAwesome for the status page -MY_STATUS_FONTAWESOME="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css" +MY_STATUS_FONTAWESOME="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css" # A footer MY_STATUS_FOOTER='Powered by static_status' diff --git a/status.sh b/status.sh index 66e648560..a5aead81c 100755 --- a/status.sh +++ b/status.sh @@ -145,10 +145,10 @@ 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://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.3/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"} +MY_STATUS_FONTAWESOME=${MY_STATUS_FONTAWESOME:-"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css"} # A footer MY_STATUS_FOOTER=${MY_STATUS_FOOTER:-'Powered by static_status'} @@ -521,9 +521,9 @@ $MY_AUTOREFRESH_TEXT