From bc0a348e5fb377be27c1a423989fcdb0ed8677bc Mon Sep 17 00:00:00 2001 From: ale <ale@incal.net> Date: Tue, 20 Dec 2022 13:06:49 +0000 Subject: [PATCH] Fix link to service-dashboard --- src/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.html b/src/index.html index 4502491..fa8da3e 100644 --- a/src/index.html +++ b/src/index.html @@ -75,7 +75,7 @@ body { <div id="alertInfo"></div> <ul> - <li><a href="https://admin.autistici.org/">service-dashboard</a> - map of services and hosts</li> + <li><a href="https://service-dashboard.autistici.org/">service-dashboard</a> - map of services and hosts</li> <li><a href="https://logs.autistici.org/">logs</a> - centralized log analysis <ul> <li><a href="https://logs.autistici.org/app/discover#/?_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:now-24h,to:now))&_a=(columns:!(_source),filters:!(),index:ec2f3610-55c7-11e8-823a-73397be2582f,interval:auto,query:(language:kuery,query:''),sort:!())">syslog</a></li> -- GitLab