File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change 1
- <page xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" ../../../../../../../lib/internal/Magento/Framework/View/Layout/etc/page_configuration.xsd" >
1
+ <?xml version =" 1.0" ?>
2
+ <page xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
+ xsi : noNamespaceSchemaLocation =" urn:magento:framework:View/Layout/etc/page_configuration.xsd" >
2
4
<update handle =" styles" />
3
5
<body >
4
6
<referenceContainer name =" content" >
7
+ <block
8
+ class =" Magento\Backend\Block\Template"
9
+ name =" queuearchive_links"
10
+ template =" Algolia_AlgoliaSearch::queuearchive/links.phtml"
11
+ />
5
12
<uiComponent name =" algolia_algoliasearch_queuearchive_listing" />
6
13
</referenceContainer >
7
14
</body >
Original file line number Diff line number Diff line change
1
+ <?php
2
+ /** @var \Magento\Backend\Block\Template $block */
3
+ ?>
4
+ <div class="algolia-admin-content">
5
+ <div class="algolia-admin-content-wrapper">
6
+ <div class="algolia-admin-content-links">
7
+ <p>
8
+ <span>
9
+ <img src="<?php echo $ block ->escapeUrl ($ block ->getViewFileUrl ('Algolia_AlgoliaSearch::images/icon-docs.svg ' )) ?> ">
10
+ <a target="_blank" href="https://www.algolia.com/doc/integration/magento-2/how-it-works/indexing-queue/#indexing-queue-archives"><?php echo $ block ->escapeHtml (__ ('Indexing queue archives documentation ' )) ?> </a>
11
+ </span>
12
+ </p>
13
+ </div>
14
+ </div>
15
+ </div>
You can’t perform that action at this time.
0 commit comments