mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-2394:Ability to delete Events and Alerts:UI: Make Category field visible on UI
This commit is contained in:
parent
595f78f0f7
commit
2a4184bbcc
|
|
@ -36,9 +36,10 @@
|
|||
label: 'label.menu.events',
|
||||
fields: {
|
||||
description: { label: 'label.description' },
|
||||
level: { label: 'label.level' },
|
||||
level: { label: 'label.level' },
|
||||
type: {label:'Type'},
|
||||
domain: { label: 'label.domain' },
|
||||
account: { label: 'label.account' },
|
||||
account: { label: 'label.account' },
|
||||
created: { label: 'label.date', converter: cloudStack.converters.toLocalDate }
|
||||
},
|
||||
|
||||
|
|
@ -329,6 +330,7 @@
|
|||
label: 'label.menu.alerts',
|
||||
fields: {
|
||||
description: { label: 'label.description' },
|
||||
type: {label:'Type'},
|
||||
sent: { label: 'label.date', converter: cloudStack.converters.toLocalDate }
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue