mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 11:00:03 -03:30
jshint
This commit is contained in:
parent
ab126b1040
commit
7a7e894d2b
@ -55,7 +55,7 @@ export default [
|
||||
schedList.well = true;
|
||||
|
||||
// include name of item in listTitle
|
||||
let escaped_title = $("<span>").text(title ? title : parentObject.name)[0].innerHTML
|
||||
let escaped_title = $("<span>").text(title ? title : parentObject.name)[0].innerHTML;
|
||||
schedList.listTitle = `${escaped_title}<div class='List-titleLockup'></div>Schedules`;
|
||||
|
||||
schedList.basePath = parentObject.url + "schedules";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user