mirror of
https://github.com/ansible/awx.git
synced 2026-03-06 03:01:06 -03:30
implement k8s credential selection in the new patternfly UI
This commit is contained in:
@@ -7,7 +7,7 @@ class CredentialTypes extends Base {
|
||||
}
|
||||
|
||||
async loadAllTypes(
|
||||
acceptableKinds = ['machine', 'cloud', 'net', 'ssh', 'vault']
|
||||
acceptableKinds = ['machine', 'cloud', 'net', 'ssh', 'vault', 'kubernetes']
|
||||
) {
|
||||
const pageSize = 200;
|
||||
// The number of credential types a user can have is unlimited. In practice, it is unlikely for
|
||||
|
||||
Reference in New Issue
Block a user