CLOUDSTACK-2394:Ability to delete Events and Alerts:UI: Make Category field visible on UI

This commit is contained in:
Pranav Saxena 2013-05-13 12:11:26 +05:30
parent 595f78f0f7
commit 2a4184bbcc

View File

@ -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 }
}, },