We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2b24aa3 + 31839f2 commit 451bd52Copy full SHA for 451bd52
app/code/Magento/Config/view/adminhtml/templates/system/config/form/field/array.phtml
@@ -15,7 +15,7 @@ $_colspan = $block->isAddAfter() ? 2 : 1;
15
16
<div class="design_theme_ua_regexp" id="grid<?php /* @escapeNotVerified */ echo $_htmlId; ?>">
17
<div class="admin__control-table-wrapper">
18
- <table class="admin__control-table">
+ <table class="admin__control-table" id="<?php /* @escapeNotVerified */ echo $block->getElement()->getId(); ?>">
19
<thead>
20
<tr>
21
<?php foreach ($block->getColumns() as $columnName => $column): ?>
0 commit comments