mirror of
https://github.com/portainer/portainer.git
synced 2025-08-02 20:35:25 +02:00
fix(pvc): show access modes [EE-5581] (#10554)
Co-authored-by: testa113 <testa113>
This commit is contained in:
parent
87b486b798
commit
e3a995d515
5 changed files with 25 additions and 20 deletions
|
@ -11,6 +11,7 @@ const _KubernetesPersistentVolumeClaim = Object.freeze({
|
|||
StorageClass: {}, // KubernetesStorageClass
|
||||
CreationDate: '',
|
||||
ApplicationOwner: '',
|
||||
AccessModes: [],
|
||||
ApplicationName: '',
|
||||
MountPath: '', // used for Application creation from ApplicationFormValues | not used from API conversion
|
||||
Yaml: '',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue