fix:1修改alertRule 的Priority顺序的问题 2修改datacenter表格表头的设置图标的颜色不改变
This commit is contained in:
@@ -97,8 +97,8 @@ export const asset = {
|
|||||||
|
|
||||||
export const alertMessage = {
|
export const alertMessage = {
|
||||||
severityData: [
|
severityData: [
|
||||||
{value: 'P2', label: i18n.t("alert.config.P2")},
|
|
||||||
{value: 'P1', label: i18n.t("alert.config.P1")},
|
{value: 'P1', label: i18n.t("alert.config.P1")},
|
||||||
|
{value: 'P2', label: i18n.t("alert.config.P2")},
|
||||||
{value: 'P3', label: i18n.t("alert.config.P3")}
|
{value: 'P3', label: i18n.t("alert.config.P3")}
|
||||||
],
|
],
|
||||||
typeData: [
|
typeData: [
|
||||||
|
|||||||
@@ -468,7 +468,7 @@
|
|||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
<style scoped>
|
<style scoped>
|
||||||
.nz-icon-gear:before{
|
/deep/ td .nz-icon-gear:before{
|
||||||
color: #606266;
|
color: #606266;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user