layout
3 years ago
learn
3 years ago
pdf
3 years ago
settings
3 years ago
table
3 years ago
campaign_builder.php
3 years ago
migration_running.php
3 years ago
quick_stats.php
3 years ago
real_time.php
3 years ago
migration_running.php
17 lines
| 1 | <div class="settings-container" |
| 2 | data-controller="migration-redirect" |
| 3 | data-migration-redirect-nonce-value="<?php echo wp_create_nonce('iawp_migration_status') ?>" |
| 4 | > |
| 5 | <h2><?php esc_html_e('Update running', 'iawp'); ?></h2> |
| 6 | <p> |
| 7 | <?php esc_html_e("We're running an update designed to speed up and improve Independent Analytics. |
| 8 | This can take anywhere from 30 seconds to 5 minutes.", 'iawp'); ?> |
| 9 | </p> |
| 10 | <p> |
| 11 | <?php esc_html_e("Your site's performance is not impacted by this update. Analytics tracking will resume once the update is complete.", 'iawp'); ?> |
| 12 | </p> |
| 13 | <p> |
| 14 | <strong><?php esc_html_e("This page will automatically refresh when the update's finished.", 'iawp'); ?></strong> |
| 15 | </p> |
| 16 | <p><span class="dashicons dashicons-update-alt spin"></span></p> |
| 17 | </div> |