Skip to content

Commit

Permalink
Add title to page requested by #12
Browse files Browse the repository at this point in the history
  • Loading branch information
Beagon committed Sep 23, 2020
1 parent 30dc4b4 commit 595474e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion view/adminhtml/layout/productvisibility_index_grid.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<?xml version="1.0"?>
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
<head>
<title>Magento Admin - Itonomy Product Visiblity Grid</title>
</head>
<body>
<referenceContainer name="page.main.actions">
<block class="Magento\Backend\Block\Store\Switcher" name="store_switcher" />
Expand All @@ -8,4 +11,4 @@
<block class="Itonomy\ProductVisibilityGrid\Block\Adminhtml\ProductVisibilityGrid\Grid" name="admin.productgrid.grid"/>
</referenceContainer>
</body>
</page>
</page>

0 comments on commit 595474e

Please sign in to comment.