Skip to content

Commit d342eed

Browse files
authored
Merge pull request #2242 from nextcloud/fix-installation-spinner
show installation spinner correctly, fix #2129
2 parents 59db9fa + 5688143 commit d342eed

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

core/templates/installation.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,6 @@
147147
<?php endif; ?>
148148
<?php endif; ?>
149149

150-
<div class="icon-loading-dark float-spinner">&nbsp;</div>
151-
152150
<?php if(!$_['dbIsSet'] OR count($_['errors']) > 0): ?>
153151
<fieldset id="sqliteInformation" class="warning">
154152
<legend><?php p($l->t('Performance warning'));?></legend>
@@ -158,6 +156,8 @@
158156
</fieldset>
159157
<?php endif ?>
160158

159+
<div class="icon-loading-dark float-spinner">&nbsp;</div>
160+
161161
<div class="buttons"><input type="submit" class="primary" value="<?php p($l->t( 'Finish setup' )); ?>" data-finishing="<?php p($l->t( 'Finishing …' )); ?>"></div>
162162

163163
<p class="info">

0 commit comments

Comments
 (0)