From 61c3bea6152c7df9c413069c146bc400e1012112 Mon Sep 17 00:00:00 2001 From: Sriniketh Varma Date: Mon, 16 Dec 2019 14:11:42 -0500 Subject: [PATCH 1/3] Added new button in the Web-UI to delete agents --- web/htdocs/index.html | 25 ++++++++++++++++++++++++- web/htdocs/js/shield.js | 22 ++++++++++++++++++++++ 2 files changed, 46 insertions(+), 1 deletion(-) diff --git a/web/htdocs/index.html b/web/htdocs/index.html index a056d5a8c..9430cc642 100755 --- a/web/htdocs/index.html +++ b/web/htdocs/index.html @@ -2961,7 +2961,8 @@

[[= _.heading ]]

[[ if (agent.hidden) { ]]no[[ } else { ]]yes[[ } ]] [[ if (agent.hidden) { ]]show [[ } else { ]]hide[[ } ]] - | resync + | resync + | delete [[ if (problems.length != 0 || agent.last_error != '') { ]] @@ -2980,6 +2981,28 @@

[[= _.heading ]]

[[ } ]] +