fix:修改 silence rule endpoint显示 以及添加 alertRule的上滑

This commit is contained in:
zhangyu
2021-05-08 18:08:32 +08:00
parent b69f50654e
commit 7db2b77574
11 changed files with 47 additions and 24 deletions

View File

@@ -57,7 +57,7 @@
fixed="right">
<div slot="header" class="table-operation-title">{{$t('overall.option')}}</div>
<div slot-scope="scope" class="table-operation-items">
<button class="table-operation-item" @click="showBottomBox('detail', scope.row)"><i class="nz-icon nz-icon-view1"></i></button>
<button class="table-operation-item" @click="queryMessage(scope.row)"><i class="nz-icon nz-icon-view1"></i></button>
<el-dropdown size="medium" trigger="hover" @command="tableOperation">
<div class="table-operation-item table-operation-item--more">
<span></span><i class="nz-icon nz-icon-arrow-down"></i>
@@ -92,6 +92,11 @@ export default {
prop: 'name',
show: true,
sortable: 'custom'
},
{
label: this.$t('alert.method'),
prop: 'method',
show: true,
}, {
label: this.$t('alert.config.expr'),
prop: 'expr',