mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-5412: UI > Add Secondary Storage > NFS Server field > change label from "NFS Server" to "Server" since this field is also shown when provider "SMB/CIFS" is elected.
This commit is contained in:
parent
9ea949e80c
commit
28a4bfc559
|
|
@ -16461,7 +16461,7 @@
|
|||
}
|
||||
},
|
||||
nfsServer: {
|
||||
label: 'label.nfs.server',
|
||||
label: 'label.server', //change label from "NFS Server" to "Server" since this field is also shown when provider "SMB/CIFS" is elected.
|
||||
docID: 'helpSecondaryStorageNFSServer',
|
||||
validation: {
|
||||
required: true
|
||||
|
|
|
|||
|
|
@ -2056,7 +2056,7 @@
|
|||
|
||||
//NFS, SMB (begin)
|
||||
nfsServer: {
|
||||
label: 'label.nfs.server',
|
||||
label: 'label.server', //change label from "NFS Server" to "Server" since this field is also shown when provider "SMB/CIFS" is elected.
|
||||
validation: {
|
||||
required: true
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue