database-ahead-of-plugin.blade.php
2 years ago
database-prefix-too-long.blade.php
1 year ago
layout.blade.php
2 years ago
migration-error.blade.php
2 years ago
migration-is-running.blade.php
2 years ago
missing-database-permissions.blade.php
1 year ago
missing-database-tables.blade.php
1 year ago
pdo.blade.php
1 year ago
migration-is-running.blade.php
24 lines
| 1 | @extends('interrupt.layout') |
| 2 | |
| 3 | @section('content') |
| 4 | <div class="settings-container interrupt-message" |
| 5 | data-controller="migration-redirect" |
| 6 | > |
| 7 | <div id="iawp-update-running"> |
| 8 | <h2><?php esc_html_e('Update running', 'independent-analytics'); ?></h2> |
| 9 | <p> |
| 10 | <?php esc_html_e("We're running an update designed to speed up and improve Independent Analytics. |
| 11 | This can take anywhere from 5 seconds to 5 minutes.", 'independent-analytics'); ?> |
| 12 | </p> |
| 13 | <p> |
| 14 | <?php esc_html_e("Your site's performance is not impacted by this update. Analytics tracking will resume once the update is complete.", 'independent-analytics'); ?> |
| 15 | </p> |
| 16 | <p> |
| 17 | <strong><?php esc_html_e("This page will automatically refresh when the update's finished.", 'independent-analytics'); ?></strong> |
| 18 | </p> |
| 19 | <p><span class="dashicons dashicons-update spin"></span></p> |
| 20 | </div> |
| 21 | <div id="iawp-migration-error" class="iawp-migration-error"></div> |
| 22 | </div> |
| 23 | @endsection |
| 24 |