mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
Correcting the text for alert types
This commit is contained in:
parent
34a3fd6d02
commit
225a46746a
@ -347,7 +347,7 @@
|
|||||||
title:'Delete Alerts',
|
title:'Delete Alerts',
|
||||||
desc: '',
|
desc: '',
|
||||||
fields: {
|
fields: {
|
||||||
type: { label: 'By event type' , docID:'helpAlertsDeleteType'},
|
type: { label: 'By Alert type' , docID:'helpAlertsDeleteType'},
|
||||||
date: { label: 'By date (older than)' ,docID:'helpAlertsDeleteDate', isDatepicker: true }
|
date: { label: 'By date (older than)' ,docID:'helpAlertsDeleteDate', isDatepicker: true }
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -393,7 +393,7 @@
|
|||||||
title:'Archive Alerts',
|
title:'Archive Alerts',
|
||||||
desc: '',
|
desc: '',
|
||||||
fields: {
|
fields: {
|
||||||
type: { label: 'By event type', docID:'helpAlertsArchiveType' },
|
type: { label: 'By Alert type', docID:'helpAlertsArchiveType' },
|
||||||
date: { label: 'By date (older than)' , docID:'helpAlertsArchiveDate', isDatepicker: true }
|
date: { label: 'By date (older than)' , docID:'helpAlertsArchiveDate', isDatepicker: true }
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user