1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-31 23:51:09 +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:
Chris Houseknecht 2014-08-26 15:04:15 -04:00
parent 973695e6d8
commit fe88623550
2 changed files with 4 additions and 2 deletions

View File

@ -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';

View File

@ -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: {