mirror of https://github.com/rancher/ui.git
Rename some persistent volume names to match k8s names
rancher/rancher#24081
This commit is contained in:
parent
4288758d6b
commit
ae32ee3d41
|
|
@ -9392,7 +9392,7 @@ storageClass:
|
|||
glusterfs:
|
||||
title: Gluster Volume
|
||||
local:
|
||||
title: Local Node Disk
|
||||
title: Local
|
||||
longhorn:
|
||||
title: Longhorn
|
||||
portworx-volume:
|
||||
|
|
@ -9438,7 +9438,7 @@ volumeSource:
|
|||
glusterfs:
|
||||
title: Gluster Volume
|
||||
host-path:
|
||||
title: Local Node Path
|
||||
title: HostPath
|
||||
path:
|
||||
label: Path on the Node
|
||||
placeholder: e.g. /data
|
||||
|
|
@ -9455,7 +9455,7 @@ volumeSource:
|
|||
iscsi:
|
||||
title: iSCSI Target
|
||||
local:
|
||||
title: Local Node Disk
|
||||
title: Local
|
||||
nfs:
|
||||
title: NFS Share
|
||||
photon:
|
||||
|
|
|
|||
Loading…
Reference in New Issue