From fbeca70081fd844de073ecd4ff0ec4550326574e Mon Sep 17 00:00:00 2001 From: Peter Olu Date: Sat, 21 May 2022 00:29:28 +0100 Subject: [PATCH] added select input to header --- .../related/components/LogTable/Index.vue | 1 + .../components/LogTable/LogService.vue | 2 +- src/views/dashboard/related/log/Header.vue | 19 +++++++++++++++++++ 3 files changed, 21 insertions(+), 1 deletion(-) diff --git a/src/views/dashboard/related/components/LogTable/Index.vue b/src/views/dashboard/related/components/LogTable/Index.vue index 22af9716..039c7efb 100644 --- a/src/views/dashboard/related/components/LogTable/Index.vue +++ b/src/views/dashboard/related/components/LogTable/Index.vue @@ -92,6 +92,7 @@ const dragger = ref>(null); // const method = ref(380); // props.type === "browser" ? BrowserLogConstants : ServiceLogConstants; const columns = ref (useLogStore.serviceLogColumn); +// const portalVisibleDefaultCols:string[] = ['Service', 'Instance','Content'] const visibleColumns = computed(() => columns.value.filter((column) => column.isVisible) diff --git a/src/views/dashboard/related/components/LogTable/LogService.vue b/src/views/dashboard/related/components/LogTable/LogService.vue index 9c72d7dc..1ca7e275 100644 --- a/src/views/dashboard/related/components/LogTable/LogService.vue +++ b/src/views/dashboard/related/components/LogTable/LogService.vue @@ -39,7 +39,7 @@ limitations under the License. -->