File tree Expand file tree Collapse file tree 1 file changed +26
-1
lines changed
view/adminhtml/templates/queue Expand file tree Collapse file tree 1 file changed +26
-1
lines changed Original file line number Diff line number Diff line change 1
1
<style type="text/css">
2
2
.algolia-notice { margin-bottom: 2rem; }
3
+ .algolia-admin-content { margin-bottom: 2rem; }
3
4
</style>
4
-
5
+ <div class="algolia-admin-content">
6
+ <div class="algolia-admin-content-wrapper">
7
+ <div class="algolia-admin-content-links">
8
+ <p>
9
+ <span>
10
+ <img src="<?php echo $ this ->getViewFileUrl ('Algolia_AlgoliaSearch::images/icon-docs.svg ' ) ?> ">
11
+ <a target="_blank" href="https://www.algolia.com/doc/integration/magento-2/how-it-works/indexing-queue/?utm_source=magento&utm_medium=extension&utm_campaign=magento_2&utm_term=shop-owner&utm_content=doc-link">Indexing queue documentation</a>
12
+ </span>
13
+ </p>
14
+ <p>
15
+ <span>
16
+ <img src="<?php echo $ this ->getViewFileUrl ('Algolia_AlgoliaSearch::images/icon-docs.svg ' ) ?> ">
17
+ <a target="_blank" href="https://www.algolia.com/doc/integration/magento-2/troubleshooting/data-indexes-queues/?utm_source=magento&utm_medium=extension&utm_campaign=magento_2&utm_term=shop-owner&utm_content=doc-link">Indexing troubleshooting guide</a>
18
+ </span>
19
+ </p>
20
+ </div>
21
+ <div class="algolia-admin-content-videos">
22
+ <p>
23
+ <span>Related video:</span>
24
+ <a target="_blank" href="https://www.youtube.com/watch?v=0V1BSKlCm10"><img src="https://img.youtube.com/vi/0V1BSKlCm10/mqdefault.jpg"></a>
25
+ <a target="_blank" href="https://www.youtube.com/watch?v=0V1BSKlCm10">The indexing queue</a>
26
+ </p>
27
+ </div>
28
+ </div>
29
+ </div>
5
30
<?php if ($ this ->isQueueActive ()) : ?>
6
31
<div class="message message-notice notice algolia-notice">
7
32
<div data-ui-id="messages-message-notice">
You can’t perform that action at this time.
0 commit comments