diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2016-08-04 12:48:25 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2016-08-04 12:48:25 +0200 |
commit | 835dc59d6aca0ab372383184d2a8ebc7e72f67b0 (patch) | |
tree | 39fd96b3c98d29844f5378e7bc6b322d934c51a5 /core/templates/update.admin.php | |
parent | 2f9725469d2984851cc441a7c3b8abb525d26390 (diff) | |
download | nextcloud-server-835dc59d6aca0ab372383184d2a8ebc7e72f67b0.tar.gz nextcloud-server-835dc59d6aca0ab372383184d2a8ebc7e72f67b0.zip |
reduce info on update screens, introduce button to refresh
Diffstat (limited to 'core/templates/update.admin.php')
-rw-r--r-- | core/templates/update.admin.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/core/templates/update.admin.php b/core/templates/update.admin.php index 967160af66c..aaeacea993b 100644 --- a/core/templates/update.admin.php +++ b/core/templates/update.admin.php @@ -36,8 +36,10 @@ </div> <input class="updateButton" type="button" value="<?php p($l->t('Start update')) ?>"> <div class="infogroup"> + <em> <?php p($l->t('To avoid timeouts with larger installations, you can instead run the following command from your installation directory:')) ?> <pre>./occ upgrade</pre> + </em> </div> </div> @@ -48,6 +50,6 @@ <ul id="update-progress-message-warnings" class="hidden"></ul> <p id="update-progress-message"></p> <a class="update-show-detailed"><?php p($l->t( 'Detailed logs' )); ?> <img src="<?php print_unescaped(image_path('', 'actions/caret.svg')); ?>" /></a> - <div id="update-progress-detailed" class="hidden warning"></div> + <div id="update-progress-detailed" class="hidden"></div> </div> </div> |