mirror of
https://github.com/ansible/awx.git
synced 2024-11-01 08:21:15 +03:00
Schedules
Since we don't display schedule.id anywhere, there's probably no need to provide a filter for it.
This commit is contained in:
parent
973695e6d8
commit
fe88623550
@ -149,6 +149,7 @@ angular.module('GroupsHelper', [ 'RestServices', 'Utilities', 'ListGenerator', '
|
||||
status_tip = 'Sync not performed. Click <i class="fa fa-exchange"></i> to start it now.';
|
||||
break;
|
||||
case 'none':
|
||||
case 'ok':
|
||||
case '':
|
||||
launch_class = 'btn-disabled';
|
||||
stat = 'n/a';
|
||||
|
@ -43,12 +43,13 @@ angular.module('SchedulesListDefinition', [])
|
||||
filter: "date:'MM/dd/yy HH:mm:ss'",
|
||||
searchable: false,
|
||||
columnClass: "col-md-2 col-sm-3 hidden-xs"
|
||||
},
|
||||
}
|
||||
/*,
|
||||
id: {
|
||||
label: 'ID',
|
||||
searchType: 'int',
|
||||
searchOnly: true
|
||||
}
|
||||
}*/
|
||||
},
|
||||
|
||||
actions: {
|
||||
|
Loading…
Reference in New Issue
Block a user