mirror of
https://github.com/ansible/awx.git
synced 2026-01-18 13:11:19 -03:30
implement k8s credential selection in the new patternfly UI
This commit is contained in:
parent
75a0382c31
commit
c44f8e9122
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user