From ff29b1314ed7cb602260a4e30777571d30d86df5 Mon Sep 17 00:00:00 2001 From: Qiuxia Fan Date: Mon, 17 Jan 2022 23:16:16 +0800 Subject: [PATCH] feat: update lists --- .../dashboard/configuration/ConfigEdit.vue | 30 +++++++++++-------- src/views/dashboard/graphs/EndpointList.vue | 21 ++++++++++++- src/views/dashboard/graphs/InstanceList.vue | 21 ++++++++++++- 3 files changed, 57 insertions(+), 15 deletions(-) diff --git a/src/views/dashboard/configuration/ConfigEdit.vue b/src/views/dashboard/configuration/ConfigEdit.vue index d4b6078b..727a6aec 100644 --- a/src/views/dashboard/configuration/ConfigEdit.vue +++ b/src/views/dashboard/configuration/ConfigEdit.vue @@ -38,7 +38,23 @@ limitations under the License. --> v-model="states.activeNames" :style="{ '--el-collapse-header-font-size': '15px' }" > - + +
+ + {{ type.label }} + +
+
+
/>
- -
- - {{ type.label }} - -
-
:data="selectorStore.endpoints" style="width: 100%; height: 100%; overflow: auto" > - + + + + diff --git a/src/views/dashboard/graphs/InstanceList.vue b/src/views/dashboard/graphs/InstanceList.vue index 52505196..10f17d51 100644 --- a/src/views/dashboard/graphs/InstanceList.vue +++ b/src/views/dashboard/graphs/InstanceList.vue @@ -17,13 +17,20 @@ limitations under the License. --> :data="selectorStore.instances" style="width: 100%; height: 100%; overflow: auto" > - + + + +