mirror of
https://github.com/ansible/awx.git
synced 2026-07-29 08:59:55 -02:30
Changes to inventory detail page -improved display of has_active_failures, added variable data field. Fixed Teams organization lookup issue. Set production min js setting to False (leave set to False until we actually have minified js).
This commit is contained in:
@@ -68,7 +68,7 @@ angular.module('TeamHelper', [ 'RestServices', 'Utilities', 'OrganizationListDef
|
||||
var list = OrganizationList;
|
||||
var listGenerator = GenerateList;
|
||||
var listScope = listGenerator.inject(list, { mode: 'lookup', hdr: 'Select Organization' });
|
||||
var defaultUrl = '/api/v1/organizations';
|
||||
var defaultUrl = '/api/v1/organizations/';
|
||||
|
||||
listScope.selectAction = function() {
|
||||
var found = false;
|
||||
|
||||
Reference in New Issue
Block a user