database-ahead-of-plugin.blade.php
2 years ago
migration-is-running.blade.php
2 years ago
pdo.blade.php
2 years ago
migration-is-running.blade.php
25 lines
| 1 | <div class="settings-container interrupt-message" |
| 2 | data-controller="migration-redirect" |
| 3 | > |
| 4 | <h2><?php esc_html_e('Update running', 'independent-analytics'); ?></h2> |
| 5 | <p> |
| 6 | <?php esc_html_e("We're running an update designed to speed up and improve Independent Analytics. |
| 7 | This can take anywhere from 5 seconds to 5 minutes.", 'independent-analytics'); ?> |
| 8 | </p> |
| 9 | <p> |
| 10 | <?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'); ?> |
| 11 | </p> |
| 12 | <p> |
| 13 | <strong><?php esc_html_e("This page will automatically refresh when the update's finished.", 'independent-analytics'); ?></strong> |
| 14 | </p> |
| 15 | <p><span class="dashicons dashicons-update-alt spin"></span></p> |
| 16 | <p class="get-help"><?php esc_html_e('If this page persists for longer than five minutes, please get in touch with us and we will help to resolve this issue.', 'independent-analytics'); ?></p> |
| 17 | <p> |
| 18 | <a href="https://independentwp.com/knowledgebase/common-questions/help-update-running-message/" |
| 19 | class="iawp-button purple" |
| 20 | target="_blank"> |
| 21 | <span class="dashicons dashicons-sos"></span> |
| 22 | <span>{{ __('Get Help', 'independent-analytics') }}</span> |
| 23 | </a> |
| 24 | </p> |
| 25 | </div> |