Feature: Alert Settings

This commit is contained in:
heyanlong 2021-12-30 14:27:46 +08:00
parent 3a1e13abba
commit b1ea07cc0e
3 changed files with 3 additions and 3 deletions

View File

@ -31,7 +31,7 @@ const msg = {
alerts: "Alerts", alerts: "Alerts",
description: "Description", description: "Description",
action: "Action", action: "Action",
createAAlert: "Create a alert", createAlert: "Create a alert",
alertSettings: "Alert setting", alertSettings: "Alert setting",
settings: "Settings", settings: "Settings",
dashboards: "Dashboards", dashboards: "Dashboards",

View File

@ -31,7 +31,7 @@ const msg = {
alerts: "警告", alerts: "警告",
description: "描述", description: "描述",
action: "操作", action: "操作",
createAAlert: "创建告警", createAlert: "创建告警",
alertSettings: "告警设置", alertSettings: "告警设置",
alertName: "警告名称", alertName: "警告名称",
startedTime: "开始时间", startedTime: "开始时间",

View File

@ -15,7 +15,7 @@ limitations under the License. -->
<template> <template>
<div class="alert-table"> <div class="alert-table">
<el-button class="alert-create" type="primary" size="small">{{ <el-button class="alert-create" type="primary" size="small">{{
t("createAAlert") t("createAlert")
}}</el-button> }}</el-button>
<el-table :data="tableData" border> <el-table :data="tableData" border>
<el-table-column <el-table-column