Skip to content
This repository has been archived by the owner on Feb 25, 2023. It is now read-only.

restore external client expand details #18

Merged
merged 1 commit into from
Sep 30, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion html/extclient.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
{{end}}

{{define "ExtClientDetails"}}
<button class="w3-block w3-white w3-left-align" onclick="openClient('{{.ClientID}}');">{{.ClientID}} @ {{.Network}}</button>
<button class="w3-block w3-white w3-left-align" onclick="expand('client{{.ClientID}}');">{{.ClientID}} @ {{.Network}}</button>

<div id="client{{.ClientID}}" class="w3-container w3-hide">
<p><label>IP </label><input type=disabled placeholder="{{.Address}}"></p>
Expand Down