File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
app/code/Magento/Ui/view/base/ui_component/templates Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 5
5
* See COPYING.txt for license details.
6
6
*/
7
7
-->
8
- < div xmlns:xsi ="http://www.w3.org/2001/XMLSchema-instance " xsi:noNamespaceSchemaLocation ="../../../../../../Ui/ etc/ui_template.xsd ">
8
+ < div xmlns:xsi ="http://www.w3.org/2001/XMLSchema-instance " xsi:noNamespaceSchemaLocation ="urn:magento:module:Magento_Ui: etc/ui_template.xsd ">
9
9
< div data-bind ="scope: '{{getName()}}.areas' " class ="entry-edit form-inline ">
10
10
<!-- ko template: getTemplate() --> <!-- /ko -->
11
11
</ div >
Original file line number Diff line number Diff line change 5
5
* See COPYING.txt for license details.
6
6
*/
7
7
-->
8
- < div xmlns:xsi ="http://www.w3.org/2001/XMLSchema-instance " xsi:noNamespaceSchemaLocation ="../../../../../../Ui/ etc/ui_template.xsd ">
8
+ < div xmlns:xsi ="http://www.w3.org/2001/XMLSchema-instance " xsi:noNamespaceSchemaLocation ="urn:magento:module:Magento_Ui: etc/ui_template.xsd ">
9
9
< div data-bind ="scope: '{{getName()}}.areas' ">
10
10
<!-- ko template: getTemplate() --> <!-- /ko -->
11
11
</ div >
Original file line number Diff line number Diff line change 5
5
* See COPYING.txt for license details.
6
6
*/
7
7
-->
8
- < div xmlns:xsi ="http://www.w3.org/2001/XMLSchema-instance " xsi:noNamespaceSchemaLocation ="../../../../../../Ui/ etc/ui_template.xsd ">
8
+ < div xmlns:xsi ="http://www.w3.org/2001/XMLSchema-instance " xsi:noNamespaceSchemaLocation ="urn:magento:module:Magento_Ui: etc/ui_template.xsd ">
9
9
< div data-role ="spinner " data-component ="{{getName()}}.{{getName()}} " class ="admin__form-loading-mask ">
10
10
< div class ="spinner ">
11
11
< span /> < span /> < span /> < span /> < span /> < span /> < span /> < span />
Original file line number Diff line number Diff line change 5
5
* See COPYING.txt for license details.
6
6
*/
7
7
-->
8
- < div xmlns:xsi ="http://www.w3.org/2001/XMLSchema-instance " xsi:noNamespaceSchemaLocation ="../../../../../../Ui/ etc/ui_template.xsd ">
8
+ < div xmlns:xsi ="http://www.w3.org/2001/XMLSchema-instance " xsi:noNamespaceSchemaLocation ="urn:magento:module:Magento_Ui: etc/ui_template.xsd ">
9
9
< div data-role ="spinner " data-component ="{{getName()}}.areas " class ="admin__data-grid-loading-mask ">
10
10
< div class ="spinner ">
11
11
< span /> < span /> < span /> < span /> < span /> < span /> < span /> < span />
Original file line number Diff line number Diff line change 9
9
class ="admin__data-grid-outer-wrap "
10
10
data-bind ="scope: '{{getName()}}.{{getName()}}' "
11
11
xmlns:xsi ="http://www.w3.org/2001/XMLSchema-instance "
12
- xsi:noNamespaceSchemaLocation ="../../../../../../Ui/ etc/ui_template.xsd ">
12
+ xsi:noNamespaceSchemaLocation ="urn:magento:module:Magento_Ui: etc/ui_template.xsd ">
13
13
< div data-role ="spinner " data-component ="{{getName()}}.{{getName()}}.{{spinner}} " class ="admin__data-grid-loading-mask ">
14
14
< div class ="spinner ">
15
15
< span /> < span /> < span /> < span /> < span /> < span /> < span /> < span />
You can’t perform that action at this time.
0 commit comments