From fa0862c656d4fbe381a418015a16b5dc2e85408c Mon Sep 17 00:00:00 2001 From: Daniel Calviño Sánchez Date: Wed, 21 Aug 2024 21:26:23 +0200 Subject: fix: Hide status tooltip in row to add a new mount point MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- apps/files_external/templates/settings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/files_external') diff --git a/apps/files_external/templates/settings.php b/apps/files_external/templates/settings.php index 54407836d63..c4d14ecb2b4 100644 --- a/apps/files_external/templates/settings.php +++ b/apps/files_external/templates/settings.php @@ -146,7 +146,7 @@ function writeParameterInput($parameter, $options, $classes = []) { > - + -- cgit v1.2.3