mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 10:30:03 -03:30
one more alert escaping fix
This commit is contained in:
parent
628e0e28c6
commit
63de1de6b7
@ -1028,7 +1028,7 @@ function($compile, Rest, GetBasePath, TextareaResize,CreateDialog, GenerateForm,
|
||||
Wait('stop');
|
||||
if (scope.socketStatus === 'error') {
|
||||
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) {
|
||||
// inventory detail page
|
||||
scope.refreshGroups();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user