Skip to content

Commit fa0862c

Browse files
danxuliuskjnldsv
authored andcommitted
fix: Hide status tooltip in row to add a new mount point
The row to add a new mount point is cloned when a new mountpoint is added, so it is expected that it includes a status span. However, it should not be displayed in that row, only in the cloned row when its status is updated. Signed-off-by: Daniel Calviño Sánchez <[email protected]>
1 parent bd4de52 commit fa0862c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/files_external/templates/settings.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ function writeParameterInput($parameter, $options, $classes = []) {
146146
<?php endif; ?>
147147
>
148148
<td class="status">
149-
<span data-placement="right" title="<?php p($l->t('Click to recheck the configuration')); ?>"></span>
149+
<span data-placement="right" title="<?php p($l->t('Click to recheck the configuration')); ?>" style="display: none;"></span>
150150
</td>
151151
<td class="mountPoint"><input type="text" name="mountPoint" value=""
152152
placeholder="<?php p($l->t('Folder name')); ?>">

0 commit comments

Comments
 (0)