From 156a4eaa3c61c7c28cc2f36af234d38fd9aa1f89 Mon Sep 17 00:00:00 2001 From: sadnub Date: Mon, 15 Nov 2021 21:16:18 -0500 Subject: [PATCH] add agent counts to client/site tooltip. Closes #426 --- src/store/index.js | 2 +- src/views/Dashboard.vue | 15 ++++++++++----- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/src/store/index.js b/src/store/index.js index 09b69f8..dc5a0fa 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -21,7 +21,7 @@ export default function () { agentUrlAction: null, defaultAgentTblTab: "server", clientTreeSort: "alphafail", - clientTreeSplitter: 11, + clientTreeSplitter: 20, noCodeSign: false, hosted: false } diff --git a/src/views/Dashboard.vue b/src/views/Dashboard.vue index a690bb3..524103e 100644 --- a/src/views/Dashboard.vue +++ b/src/views/Dashboard.vue @@ -114,11 +114,16 @@ @update:selected="loadFrame(selectedTree)" >