aboutsummaryrefslogtreecommitdiffstats
path: root/settings/templates
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2015-07-29 16:41:22 +0200
committerRoeland Jago Douma <roeland@famdouma.nl>2015-07-30 09:57:08 +0200
commit5d15051da4a170b5c944ccffe372f1ebe2649924 (patch)
treeffef7fcc54656f74cdd9df24ba8df4e901451154 /settings/templates
parenta07254856ce532bfe5c49c1b53247daf88dbdd4a (diff)
downloadnextcloud-server-5d15051da4a170b5c944ccffe372f1ebe2649924.tar.gz
nextcloud-server-5d15051da4a170b5c944ccffe372f1ebe2649924.zip
Allow setupchecks to specify a warning level
Diffstat (limited to 'settings/templates')
-rw-r--r--settings/templates/admin.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/settings/templates/admin.php b/settings/templates/admin.php
index a55071bdf84..1c5135c45b1 100644
--- a/settings/templates/admin.php
+++ b/settings/templates/admin.php
@@ -171,6 +171,8 @@ if ($_['cronErrors']) {
<div id="postsetupchecks">
<div class="loading"></div>
<ul class="errors hidden"></ul>
+ <ul class="warnings hidden"></ul>
+ <ul class="info 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'))); ?>
</p>