summaryrefslogtreecommitdiffstats
path: root/settings/templates/admin.php
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2015-03-25 09:34:13 +0100
committerJan-Christoph Borchardt <hey@jancborchardt.net>2015-03-25 09:34:13 +0100
commit04a4df50657aafaef03756474fde34da8bff74a8 (patch)
tree093bf1111cbce761b8efa494d9bce85dd08cd0bd /settings/templates/admin.php
parente188f0e4368ad1b34ecc35fcafa277f0e3946c01 (diff)
downloadnextcloud-server-04a4df50657aafaef03756474fde34da8bff74a8.tar.gz
nextcloud-server-04a4df50657aafaef03756474fde34da8bff74a8.zip
only show connection checks results if there are errors, fix #11476
Diffstat (limited to 'settings/templates/admin.php')
-rw-r--r--settings/templates/admin.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/settings/templates/admin.php b/settings/templates/admin.php
index 548b541dbec..7813babf5c5 100644
--- a/settings/templates/admin.php
+++ b/settings/templates/admin.php
@@ -172,7 +172,6 @@ if ($_['cronErrors']) {
<div id="postsetupchecks">
<div class="loading"></div>
- <div class="success hidden"><?php p($l->t('No problems found'));?></div>
<ul class="errors hidden"></ul>
<p class="hint hidden">
<?php print_unescaped($l->t('Please double check the <a target="_blank" href="%s">installation guides ↗</a>, and check for any errors or warnings in the <a href="#log-section">log</a>.', link_to_docs('admin-install'))); ?>