Added Owner radio button to Credential detail page. Lookup for Credential on Groups page is working now.

This commit is contained in:
Chris Houseknecht
2013-11-01 21:28:05 +00:00
committed by Chris Church
parent 6a7d8b52aa
commit f327be5811
7 changed files with 103 additions and 105 deletions

View File

@@ -28,9 +28,6 @@ angular.module('CredentialsListDefinition', [])
label: 'Description',
excludeModal: true
},
kind: {
label: 'Kind'
},
team: {
label: 'Team',
ngBind: 'credential.team_name',