mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Replace another mount point placeholder
This commit is contained in:
parent
6eba790a75
commit
ad6e133ca6
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@
|
|||
</td>
|
||||
<td class="mountPoint"><input type="text" name="mountPoint"
|
||||
value="<?php echo $mountPoint; ?>"
|
||||
placeholder="<?php echo $l->t('Mount point'); ?>" /></td>
|
||||
placeholder="<?php echo $l->t('Folder name'); ?>" /></td>
|
||||
<?php if ($mountPoint == ''): ?>
|
||||
<td class="backend">
|
||||
<select id="selectBackend" data-configurations='<?php echo json_encode($_['backends']); ?>'>
|
||||
|
|
|
|||
Loading…
Reference in a new issue