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.';
|
status_tip = 'Sync not performed. Click <i class="fa fa-exchange"></i> to start it now.';
|
||||||
break;
|
break;
|
||||||
case 'none':
|
case 'none':
|
||||||
|
case 'ok':
|
||||||
case '':
|
case '':
|
||||||
launch_class = 'btn-disabled';
|
launch_class = 'btn-disabled';
|
||||||
stat = 'n/a';
|
stat = 'n/a';
|
||||||
|
@ -43,12 +43,13 @@ angular.module('SchedulesListDefinition', [])
|
|||||||
filter: "date:'MM/dd/yy HH:mm:ss'",
|
filter: "date:'MM/dd/yy HH:mm:ss'",
|
||||||
searchable: false,
|
searchable: false,
|
||||||
columnClass: "col-md-2 col-sm-3 hidden-xs"
|
columnClass: "col-md-2 col-sm-3 hidden-xs"
|
||||||
},
|
}
|
||||||
|
/*,
|
||||||
id: {
|
id: {
|
||||||
label: 'ID',
|
label: 'ID',
|
||||||
searchType: 'int',
|
searchType: 'int',
|
||||||
searchOnly: true
|
searchOnly: true
|
||||||
}
|
}*/
|
||||||
},
|
},
|
||||||
|
|
||||||
actions: {
|
actions: {
|
||||||
|
Loading…
Reference in New Issue
Block a user