diff --git a/src/views/dashboard/configuration/widget/metric/Standard.vue b/src/views/dashboard/configuration/widget/metric/Standard.vue index 67c5ebc9..5026b972 100644 --- a/src/views/dashboard/configuration/widget/metric/Standard.vue +++ b/src/views/dashboard/configuration/widget/metric/Standard.vue @@ -34,7 +34,7 @@ limitations under the License. --> class="input" v-model="currentMetric.label" size="small" - placeholder="Please input a name" + placeholder="Please input a label" @change=" updateConfig(index, { label: encodeURIComponent(currentMetric.label || ''), @@ -42,13 +42,13 @@ limitations under the License. --> " /> -