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:
Jessica Wang 2013-12-10 16:06:16 -08:00
parent 9ea949e80c
commit 28a4bfc559
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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
},