Skip to content
Snippets Groups Projects
Commit d342eedc authored by Morris Jobke's avatar Morris Jobke Committed by GitHub
Browse files

Merge pull request #2242 from nextcloud/fix-installation-spinner

show installation spinner correctly, fix #2129
parents 59db9fad 56881433
No related branches found
No related tags found
No related merge requests found
...@@ -147,8 +147,6 @@ script('core', [ ...@@ -147,8 +147,6 @@ script('core', [
<?php endif; ?> <?php endif; ?>
<?php endif; ?> <?php endif; ?>
<div class="icon-loading-dark float-spinner">&nbsp;</div>
<?php if(!$_['dbIsSet'] OR count($_['errors']) > 0): ?> <?php if(!$_['dbIsSet'] OR count($_['errors']) > 0): ?>
<fieldset id="sqliteInformation" class="warning"> <fieldset id="sqliteInformation" class="warning">
<legend><?php p($l->t('Performance warning'));?></legend> <legend><?php p($l->t('Performance warning'));?></legend>
...@@ -158,6 +156,8 @@ script('core', [ ...@@ -158,6 +156,8 @@ script('core', [
</fieldset> </fieldset>
<?php endif ?> <?php endif ?>
<div class="icon-loading-dark float-spinner">&nbsp;</div>
<div class="buttons"><input type="submit" class="primary" value="<?php p($l->t( 'Finish setup' )); ?>" data-finishing="<?php p($l->t( 'Finishing …' )); ?>"></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"> <p class="info">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment