mirror of
https://github.com/ansible/awx.git
synced 2026-05-14 04:47:44 -02: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(
|
async loadAllTypes(
|
||||||
acceptableKinds = ['machine', 'cloud', 'net', 'ssh', 'vault']
|
acceptableKinds = ['machine', 'cloud', 'net', 'ssh', 'vault', 'kubernetes']
|
||||||
) {
|
) {
|
||||||
const pageSize = 200;
|
const pageSize = 200;
|
||||||
// The number of credential types a user can have is unlimited. In practice, it is unlikely for
|
// The number of credential types a user can have is unlimited. In practice, it is unlikely for
|
||||||
|
|||||||
Reference in New Issue
Block a user