From c40672ac19eef9c47b39f930b34930b30f8c706e Mon Sep 17 00:00:00 2001 From: John Chilton Date: Thu, 2 Mar 2023 15:32:42 -0500 Subject: [PATCH] Only show objectstore selection in the GUI if actual selection makes sense --- .../History/CurrentHistory/HistoryCounter.vue | 34 ++++++++++++------- 1 file changed, 21 insertions(+), 13 deletions(-) diff --git a/client/src/components/History/CurrentHistory/HistoryCounter.vue b/client/src/components/History/CurrentHistory/HistoryCounter.vue index 30ef239cf236..0c41424f55f0 100644 --- a/client/src/components/History/CurrentHistory/HistoryCounter.vue +++ b/client/src/components/History/CurrentHistory/HistoryCounter.vue @@ -12,19 +12,25 @@ {{ historySize | niceFileSize }} - - - - - + + + + + + + + +