From 6be659e1778ddfe8ffef6b94e54c44e53b42efa5 Mon Sep 17 00:00:00 2001 From: raul Date: Fri, 7 Jun 2024 09:59:33 +0200 Subject: [PATCH] Setting up killswitch frontend --- cmd/templates/index.html | 3 +++ cmd/templates/style.css | 3 +++ 2 files changed, 6 insertions(+) diff --git a/cmd/templates/index.html b/cmd/templates/index.html index 3fecba4..83620a1 100644 --- a/cmd/templates/index.html +++ b/cmd/templates/index.html @@ -38,6 +38,9 @@ CMD + + KILL + {{ .ClientID }} diff --git a/cmd/templates/style.css b/cmd/templates/style.css index 3c1ffbf..a92984d 100644 --- a/cmd/templates/style.css +++ b/cmd/templates/style.css @@ -154,7 +154,10 @@ input#commandinput { input#commandinput:focus { outline: 2px solid #ff6e00; +} +a#pointer { + cursor: pointer; }