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