From 156e544b3f351bf2bc6008ebc26be8d45193f933 Mon Sep 17 00:00:00 2001 From: Hugo Bollon Date: Wed, 18 Aug 2021 19:21:06 +0200 Subject: [PATCH] fix(frontend): resource filter on state view now works (#203) --- static/terraboard-vuejs/src/views/State.vue | 33 ++++++++++++++------- 1 file changed, 22 insertions(+), 11 deletions(-) diff --git a/static/terraboard-vuejs/src/views/State.vue b/static/terraboard-vuejs/src/views/State.vue index 561b37f3..0791561c 100644 --- a/static/terraboard-vuejs/src/views/State.vue +++ b/static/terraboard-vuejs/src/views/State.vue @@ -90,26 +90,20 @@
  • -

    {{mod.path ? mod.path : "root"}}

    - {{resFilter == "" ? '' : filteredRes.length+'/' - - - - }}{{ mod.resources.keys().length }} +

    {{mod.path ? mod.path : "root"}}{{(this.resFilter == "" ? "" : this.filteredResLength+"/")+mod.resources.length}}

    -