Setting up killswitch frontend
This commit is contained in:
parent
a76a2494b2
commit
6be659e177
|
@ -38,6 +38,9 @@
|
|||
<td rowspan=2>
|
||||
<a target="_blank" href="command/{{ .ClientID }}"><b>CMD</b></a>
|
||||
</td>
|
||||
<td rowspan=2>
|
||||
<a href="/" hx-post="kill/{{ .ClientID }}" hx-swap="none" id="pointer"><b>KILL</b></a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{{ .ClientID }}</td>
|
||||
|
|
|
@ -154,7 +154,10 @@ input#commandinput {
|
|||
|
||||
input#commandinput:focus {
|
||||
outline: 2px solid #ff6e00;
|
||||
}
|
||||
|
||||
a#pointer {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue