From 932ed98553b5a4ff97c705f75e268958d1243b22 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Wed, 22 Apr 2020 18:53:25 +0200 Subject: [rebootcontrol] Add button to subnet list to show all matching clients --- modules-available/rebootcontrol/config.json | 3 ++- modules-available/rebootcontrol/templates/subnet-list.html | 7 ++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/modules-available/rebootcontrol/config.json b/modules-available/rebootcontrol/config.json index f823e2eb..4608665b 100644 --- a/modules-available/rebootcontrol/config.json +++ b/modules-available/rebootcontrol/config.json @@ -3,6 +3,7 @@ "collapse": true, "dependencies": [ "locations", - "js_stupidtable" + "js_stupidtable", + "statistics" ] } \ No newline at end of file diff --git a/modules-available/rebootcontrol/templates/subnet-list.html b/modules-available/rebootcontrol/templates/subnet-list.html index 1c8aac38..6df0c4f6 100644 --- a/modules-available/rebootcontrol/templates/subnet-list.html +++ b/modules-available/rebootcontrol/templates/subnet-list.html @@ -20,7 +20,12 @@ {{#subnets}} - {{cidr}} +
+ {{cidr}} +
+ + + {{#fixed}}{{/fixed}} {{#isdirect}}{{/isdirect}} -- cgit v1.2.3-55-g7522