mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-02 15:24:51 +00:00
Feature: Alert Settings
This commit is contained in:
parent
3a1e13abba
commit
b1ea07cc0e
@ -31,7 +31,7 @@ const msg = {
|
||||
alerts: "Alerts",
|
||||
description: "Description",
|
||||
action: "Action",
|
||||
createAAlert: "Create a alert",
|
||||
createAlert: "Create a alert",
|
||||
alertSettings: "Alert setting",
|
||||
settings: "Settings",
|
||||
dashboards: "Dashboards",
|
||||
|
@ -31,7 +31,7 @@ const msg = {
|
||||
alerts: "警告",
|
||||
description: "描述",
|
||||
action: "操作",
|
||||
createAAlert: "创建告警",
|
||||
createAlert: "创建告警",
|
||||
alertSettings: "告警设置",
|
||||
alertName: "警告名称",
|
||||
startedTime: "开始时间",
|
||||
|
@ -15,7 +15,7 @@ limitations under the License. -->
|
||||
<template>
|
||||
<div class="alert-table">
|
||||
<el-button class="alert-create" type="primary" size="small">{{
|
||||
t("createAAlert")
|
||||
t("createAlert")
|
||||
}}</el-button>
|
||||
<el-table :data="tableData" border>
|
||||
<el-table-column
|
||||
|
Loading…
Reference in New Issue
Block a user