mirror of
https://github.com/ansible/awx.git
synced 2026-03-06 03:01:06 -03:30
one more alert escaping fix
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user