CLOUDSTACK-4077: Fix tooltips for events/alert section actions

This commit is contained in:
Brian Federle 2013-08-12 10:29:32 -07:00
parent 7c568c4fe5
commit 9e9e000780
1 changed files with 6 additions and 6 deletions

View File

@ -36,26 +36,26 @@ cloudStack.docs = {
//Delete/archive events
helpEventsDeleteType: {
desc: 'Delete all the events by specifying its TYPE eg . USER.LOGIN',
desc: 'Delete all the events by specifying its TYPE (e.g., USER.LOGIN)',
externalLink: ''
},
helpEventsDeleteDate: {
desc: 'Delete all the events which have been created after this date ',
desc: 'Delete all the events which have been created in date range (specify start and end date)',
externalLink: ''
},
helpEventsArchiveType: {
desc: 'Archive all the events by specifying its TYPE (integer number)',
desc: 'Archive all the events by specifying its TYPE (i.e., USER.LOGIN)',
externalLink: ''
},
helpEventsArchiveDate: {
desc: 'Archive all the events which have been created after this date',
desc: 'Archive all the events which have been created in date range (specify start and end date)',
externalLink: ''
},
@ -69,7 +69,7 @@ cloudStack.docs = {
helpAlertsDeleteDate: {
desc: 'Delete all the alerts which have been created after this date ',
desc: 'Delete all the alerts which have been created in date range (specify start and end date)',
externalLink: ''
},
@ -81,7 +81,7 @@ cloudStack.docs = {
helpAlertsArchiveDate: {
desc: 'Archive all the alerts which have been created after this date',
desc: 'Archive all the alerts which have been created in date range (specify start and end date)',
externalLink: ''
},