mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-02 15:04:38 +00:00
Feature: Alert Settings
This commit is contained in:
parent
3a1e13abba
commit
b1ea07cc0e
@ -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",
|
||||||
|
@ -31,7 +31,7 @@ const msg = {
|
|||||||
alerts: "警告",
|
alerts: "警告",
|
||||||
description: "描述",
|
description: "描述",
|
||||||
action: "操作",
|
action: "操作",
|
||||||
createAAlert: "创建告警",
|
createAlert: "创建告警",
|
||||||
alertSettings: "告警设置",
|
alertSettings: "告警设置",
|
||||||
alertName: "警告名称",
|
alertName: "警告名称",
|
||||||
startedTime: "开始时间",
|
startedTime: "开始时间",
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user