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.
1 parent 2fd05cf commit f232d17Copy full SHA for f232d17
app/code/Magento/Integration/view/adminhtml/templates/integration/activate/permissions.phtml
@@ -9,7 +9,9 @@
9
*/
10
?>
11
<div><p><?php echo __('The integration you selected asks you to approve access to the following:'); ?></p></div>
12
+<div class="admin__scope">
13
<div id="integration-activate-permissions-tabs">
14
<?php echo $block->getChildHtml('tabs'); ?>
15
</div>
16
<div id="integrations-activate-permissions-content"></div>
17
+</div>
0 commit comments