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

@@ -121,6 +121,12 @@ export default {
show: true,
width: 80,
sortable: 'custom'
},
{
label: 'Name',
prop: 'name',
show: true,
width: 150
}, {
label: 'Matchers',
prop: 'matchers',
@@ -138,7 +144,7 @@ export default {
show: true,
width: 120
}, {
label: 'Reason',
label: this.$t('alert.silence.reason'),
prop: 'reason',
show: true,
width: 120