Skip to content

Commit

Permalink
MAGETWO-67473: Fix issue 7075 #7148
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksii Korshenko authored Apr 19, 2017
2 parents 6162c0b + 711b563 commit 0884b85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
<update handle="reports_report_product_lowstock_grid"/>
<body>
<container name="adminhtml.block.report.product.lowstock.grid.container" label="Export CSV"/>
<block class="Magento\Reports\Block\Adminhtml\Product\Lowstock" name="adminhtml.report.grid.container" template="Magento_Backend::widget/grid/container/empty.phtml"/>
</body>
</page>
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
<update handle="reports_report_product_lowstock_grid"/>
<body>
<container name="adminhtml.block.report.product.lowstock.grid.container" label="Excel XML"/>
<block class="Magento\Reports\Block\Adminhtml\Product\Lowstock" name="adminhtml.report.grid.container" template="Magento_Backend::widget/grid/container/empty.phtml"/>
</body>
</page>

0 comments on commit 0884b85

Please sign in to comment.