one more alert escaping fix

This commit is contained in:
John Mitchell
2015-06-22 14:57:46 -04:00
parent 628e0e28c6
commit 63de1de6b7

View File

@@ -1028,7 +1028,7 @@ function($compile, Rest, GetBasePath, TextareaResize,CreateDialog, GenerateForm,
Wait('stop'); Wait('stop');
if (scope.socketStatus === 'error') { if (scope.socketStatus === 'error') {
Alert('Sync Started', 'The request to start the inventory sync process was submitted. ' + Alert('Sync Started', 'The request to start the inventory sync process was submitted. ' +
'To monitor the status refresh the page by clicking the <i class="fa fa-refresh"></i> button.', 'alert-info'); 'To monitor the status refresh the page by clicking the <i class="fa fa-refresh"></i> button.', 'alert-info', null, null, null, null, true);
if (scope.refreshGroups) { if (scope.refreshGroups) {
// inventory detail page // inventory detail page
scope.refreshGroups(); scope.refreshGroups();