feat(xo-web/settings/remotes): NFS: display default options (#3921)
Fixes #3631
This commit is contained in:
parent
ad01fcc880
commit
0c3623e0f8
@ -19,6 +19,7 @@
|
|||||||
- [Host/network] Display PIF speed [#3887](https://github.com/vatesfr/xen-orchestra/issues/3887) (PR [#3901](https://github.com/vatesfr/xen-orchestra/pull/3901))
|
- [Host/network] Display PIF speed [#3887](https://github.com/vatesfr/xen-orchestra/issues/3887) (PR [#3901](https://github.com/vatesfr/xen-orchestra/pull/3901))
|
||||||
- [SR] Display iscsi paths and mark the SR with a yellow dot if one path is not available. [#3659](https://github.com/vatesfr/xen-orchestra/issues/3659) (PR [#3829](https://github.com/vatesfr/xen-orchestra/pull/3829))
|
- [SR] Display iscsi paths and mark the SR with a yellow dot if one path is not available. [#3659](https://github.com/vatesfr/xen-orchestra/issues/3659) (PR [#3829](https://github.com/vatesfr/xen-orchestra/pull/3829))
|
||||||
- [UI] Unifies the Signin buttons (PR [#3913](https://github.com/vatesfr/xen-orchestra/pull/3913))
|
- [UI] Unifies the Signin buttons (PR [#3913](https://github.com/vatesfr/xen-orchestra/pull/3913))
|
||||||
|
- [Settings/remotes] NFS: display default option on placeholder [#3631](https://github.com/vatesfr/xen-orchestra/issues/3631) (PR [#3921](https://github.com/vatesfr/xen-orchestra/pull/3921))
|
||||||
|
|
||||||
### Bug fixes
|
### Bug fixes
|
||||||
|
|
||||||
|
@ -518,7 +518,7 @@ const messages = {
|
|||||||
remoteNfsPlaceHolderHost: 'host *',
|
remoteNfsPlaceHolderHost: 'host *',
|
||||||
remoteNfsPlaceHolderPort: 'Port',
|
remoteNfsPlaceHolderPort: 'Port',
|
||||||
remoteNfsPlaceHolderPath: 'path/to/backup',
|
remoteNfsPlaceHolderPath: 'path/to/backup',
|
||||||
remoteNfsPlaceHolderOptions: 'Custom mount options',
|
remoteNfsPlaceHolderOptions: 'Custom mount options. Default: vers=3',
|
||||||
remoteSmbPlaceHolderRemotePath: 'subfolder [path\\\\to\\\\backup]',
|
remoteSmbPlaceHolderRemotePath: 'subfolder [path\\\\to\\\\backup]',
|
||||||
remoteSmbPlaceHolderUsername: 'Username',
|
remoteSmbPlaceHolderUsername: 'Username',
|
||||||
remoteSmbPlaceHolderPassword: 'Password',
|
remoteSmbPlaceHolderPassword: 'Password',
|
||||||
|
Loading…
Reference in New Issue
Block a user