diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2016-11-22 15:58:00 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2016-11-22 15:58:00 +0100 |
commit | 56881433c06b1c5e80d307a841ca3304d0239ee3 (patch) | |
tree | 46d4c97ba86cd9302216a0acb0aa7e276db240df /core/templates/installation.php | |
parent | b5fab4ed9cc23b0408057f9e8b0cb90b2e50fa73 (diff) | |
download | nextcloud-server-56881433c06b1c5e80d307a841ca3304d0239ee3.tar.gz nextcloud-server-56881433c06b1c5e80d307a841ca3304d0239ee3.zip |
show installation spinner correctly, fix #2129
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'core/templates/installation.php')
-rw-r--r-- | core/templates/installation.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/templates/installation.php b/core/templates/installation.php index f7556988634..d3f5021821d 100644 --- a/core/templates/installation.php +++ b/core/templates/installation.php @@ -147,8 +147,6 @@ script('core', [ <?php endif; ?> <?php endif; ?> - <div class="icon-loading-dark float-spinner"> </div> - <?php if(!$_['dbIsSet'] OR count($_['errors']) > 0): ?> <fieldset id="sqliteInformation" class="warning"> <legend><?php p($l->t('Performance warning'));?></legend> @@ -158,6 +156,8 @@ script('core', [ </fieldset> <?php endif ?> + <div class="icon-loading-dark float-spinner"> </div> + <div class="buttons"><input type="submit" class="primary" value="<?php p($l->t( 'Finish setup' )); ?>" data-finishing="<?php p($l->t( 'Finishing …' )); ?>"></div> <p class="info"> |