diff --git a/src/views/dashboard/controls/Widget.vue b/src/views/dashboard/controls/Widget.vue index 603d3133..c7915f15 100644 --- a/src/views/dashboard/controls/Widget.vue +++ b/src/views/dashboard/controls/Widget.vue @@ -113,7 +113,6 @@ export default defineComponent({ } async function queryMetrics() { - console.log(props.data); const params = await useQueryProcessor(props.data); if (!params) { diff --git a/src/views/dashboard/graphs/InstanceList.vue b/src/views/dashboard/graphs/InstanceList.vue index 9f12693a..495a79c2 100644 --- a/src/views/dashboard/graphs/InstanceList.vue +++ b/src/views/dashboard/graphs/InstanceList.vue @@ -42,6 +42,19 @@ limitations under the License. --> + + + + + {{ attr.name }}: {{ attr.value }} + + + + d.label.includes(searchText.value) @@ -214,4 +228,9 @@ watch( .inputs { width: 300px; } + +.attributes { + max-height: 80px; + overflow: auto; +}