diff --git a/src/monitor.py b/src/monitor.py index c362d4e..a5d7642 100644 --- a/src/monitor.py +++ b/src/monitor.py @@ -13,8 +13,10 @@ import requests SERVICES = [ {'id': 'main', 'name': 'asimonson.com', 'url': 'https://asimonson.com', 'timeout': 10}, + # {'id': 'EternalRelays', 'name': 'eternalrelays.com', 'url': 'https://eternalrelays.com', 'timeout': 10}, {'id': 'files', 'name': 'files.asimonson.com', 'url': 'https://files.asimonson.com', 'timeout': 10}, {'id': 'git', 'name': 'git.asimonson.com', 'url': 'https://git.asimonson.com', 'timeout': 10}, + {'id': 'cascadalyst', 'name': 'cascadalyst.com', 'url': 'https://cascadalyst.com', 'timeout': 10}, ] CHECK_INTERVAL = 60 # seconds between checks diff --git a/src/static/css/App.css b/src/static/css/App.css index e618278..7f1dd25 100755 --- a/src/static/css/App.css +++ b/src/static/css/App.css @@ -219,10 +219,10 @@ tr { margin: auto; display: block; /* width: 5em; */ - width: 10em; + width: 8em; /* height: 30em; */ /* max-height: 70vh; */ - max-width: 90vw; + max-width: 70vw; } #homeName { diff --git a/src/templates/home.html b/src/templates/home.html index bc25823..ced9463 100755 --- a/src/templates/home.html +++ b/src/templates/home.html @@ -1,6 +1,10 @@ {% block content %} {% macro nameplate() %}