diff --git a/static/site.css b/static/site.css index d234790..90f55c4 100644 --- a/static/site.css +++ b/static/site.css @@ -87,3 +87,28 @@ body{ width: 100%; text-align: center; } + +.service-info-button:hover{ + color: black; + opacity: 0.75; +} + +.service-info-button{ + float: right; + font-family: monospace; + margin-left: 10px; + padding-left: 10px; + padding-right: 10px; + + padding-top: 2px; + padding-top: 2px; + + color: black; +} + +.box{ + border-style: solid; + border-width: 1px; + border-color: aliceblue; + width: fit-content; +} diff --git a/templates/service_info.html b/templates/service_info.html index f6e7fa8..dd83ce7 100644 --- a/templates/service_info.html +++ b/templates/service_info.html @@ -4,8 +4,12 @@ {% include "navbar.html" %}

Service: {{ service.service }}

-
Timeout: {{ service.timeout }}d
-
Secret Token: {{ service.token }}
+ + Modify + Delete
{% if status_list | length > 0 %} @@ -15,6 +19,13 @@ {% endif %}
+ +
Curl
curl -X POST \