add note that remoteDir is not required

This commit is contained in:
Girish Ramakrishnan
2025-12-10 10:52:10 +01:00
parent 2693f5f496
commit 1f2e1691f9
+1
View File
@@ -284,6 +284,7 @@ onMounted(async () =>{
<NumberInput v-model="volumeDialogData.port" id="volumePort" min="0"/>
</FormGroup>
<!-- not required. submit request is sent with empty string when blank -->
<FormGroup v-if="volumeDialogData.mountType === 'cifs' || volumeDialogData.mountType === 'nfs' || volumeDialogData.mountType === 'sshfs'">
<label for="volumeRemoteDir">{{ $t('volumes.addVolumeDialog.remoteDirectory') }}</label>
<TextInput v-model="volumeDialogData.remoteDir" id="volumeRemoteDir" placeholder="/share"/>