mirror of
https://github.com/ansible/awx.git
synced 2026-03-23 20:05:03 -02:30
Fixed js error post host edit save.
This commit is contained in:
@@ -543,7 +543,7 @@ function($rootScope, $location, $log, $routeParams, Rest, Alert, HostForm, Gener
|
|||||||
// Update any titles attributes created by ApplyEllipsis
|
// Update any titles attributes created by ApplyEllipsis
|
||||||
if (old_name) {
|
if (old_name) {
|
||||||
setTimeout(function() {
|
setTimeout(function() {
|
||||||
$('#hosts_table .host-name a[title="' + old_name + '"').attr('title', host.name);
|
$('#hosts_table .host-name a[title="' + old_name + '"]').attr('title', host.name);
|
||||||
ApplyEllipsis('#hosts_table .host-name a');
|
ApplyEllipsis('#hosts_table .host-name a');
|
||||||
// Close modal
|
// Close modal
|
||||||
Wait('stop');
|
Wait('stop');
|
||||||
|
|||||||
Reference in New Issue
Block a user