diff --git a/src/views/dashboard/related/log/Header.vue b/src/views/dashboard/related/log/Header.vue index e4e052f0..b57d8e43 100644 --- a/src/views/dashboard/related/log/Header.vue +++ b/src/views/dashboard/related/log/Header.vue @@ -26,58 +26,76 @@ limitations under the License. --> type="success" :class="[activeTerms.includes(item.name) ? 'active-toggle' : '']" class="toggle-btn mx-3" + v-show="item.isVisible" @click="setSearchTerm(item.name)" > - +
-
- {{ t("service") }}: - -
-
- - {{ isBrowser ? t("version") : t("instance") }}: - - -
-
- {{ isBrowser ? t("page") : t("endpoint") }}: +
- + {{ t("service") }}: + +
+ {{ t("service") }} data not available +
+ +
+
+ + {{ isBrowser ? t("version") : t("instance") }}: + + +
+ {{ t("instance") }} data not available +
+ +
+
+ {{ isBrowser ? t("page") : t("endpoint") }}: + +
+ {{ t("endpoint") }} data not available