metrics: select all

This commit is contained in:
Girish Ramakrishnan
2025-07-08 17:30:24 +02:00
parent 0952b6d68f
commit c904a92c22
+1 -1
View File
@@ -191,7 +191,7 @@ onUnmounted(async () => {
<template>
<Section :title="$t('system.graphs.title')">
<template #header-buttons>
<MultiSelect @select="rebuild()" v-model="containers" :options="allContainers" option-label="label" :search-threshold="20"/>
<MultiSelect @select="rebuild()" v-model="containers" :options="allContainers" option-label="label" :search-threshold="20" select-all-label="Select All"/>
<SingleSelect @select="rebuild()" v-model="period" :options="periods" option-label="label"/>
</template>