NEZ-864 fix: 修复alert message列表 lables展示问题
This commit is contained in:
@@ -182,7 +182,7 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
labelsSort (obj) {
|
||||
const buildIn = ['asset', 'endpoint', 'module', 'project', 'datacenter']
|
||||
const buildIn = ['asset', 'endpoint', 'module', 'cpu', 'project', 'datacenter', 'parent_asset', 'user']
|
||||
const labels = JSON.parse(JSON.stringify(obj))
|
||||
const result = []
|
||||
for (const key of buildIn) {
|
||||
|
||||
Reference in New Issue
Block a user