layout
3 years ago
learn
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
migration_running.php
14 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>Update running</h2> |
| 6 | <p> |
| 7 | We're running an update designed to speed up and improve Independent Analytics. |
| 8 | This can take anywhere from 10 seconds to 3 minutes. |
| 9 | </p> |
| 10 | <p> |
| 11 | <strong>This page will automatically refresh with the update's finished.</strong> |
| 12 | </p> |
| 13 | <p><span class="dashicons dashicons-update-alt spin"></span></p> |
| 14 | </div> |