From 7d32fcd9913b0fd4e974c0b05ce4e96ed08c7f2f Mon Sep 17 00:00:00 2001 From: Hugo Bollon Date: Wed, 18 Aug 2021 17:13:36 +0200 Subject: [PATCH] fix(frontend): resource filter on state view now works --- 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}}

    -