]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix: Hide status tooltip in row to add a new mount point 47735/head
authorDaniel Calviño Sánchez <danxuliu@gmail.com>
Wed, 21 Aug 2024 19:26:23 +0000 (21:26 +0200)
committerDaniel Calviño Sánchez <danxuliu@gmail.com>
Thu, 5 Sep 2024 02:18:39 +0000 (04:18 +0200)
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 <danxuliu@gmail.com>
apps/files_external/templates/settings.php

index d2dd70410eff527f3e4f2fd6e10dfc12a306daa9..4df504edc3fd9ee8060ba1c4f126150a50d0ffab 100644 (file)
@@ -140,7 +140,7 @@ function writeParameterInput($parameter, $options, $classes = []) {
                        <?php endif; ?>
                        >
                                <td class="status">
-                                       <span data-placement="right" title="<?php p($l->t('Click to recheck the configuration')); ?>"></span>
+                                       <span data-placement="right" title="<?php p($l->t('Click to recheck the configuration')); ?>" style="display: none;"></span>
                                </td>
                                <td class="mountPoint"><input type="text" name="mountPoint" value=""
                                        placeholder="<?php p($l->t('Folder name')); ?>">