@social-mail/social-mail-hosted-web 1.2.16 → 1.2.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/admin/AdminAppIndex.pack.js +1 -3
- package/dist/admin/AdminAppIndex.pack.js.map +1 -1
- package/dist/admin/AdminAppIndex.pack.min.js +1 -1
- package/dist/admin/AdminAppIndex.pack.min.js.map +1 -1
- package/dist/admin/pages/dns/DnsZoneListPage.js +1 -3
- package/dist/admin/pages/dns/DnsZoneListPage.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/src/admin/pages/dns/DnsZoneListPage.tsx +1 -1
|
@@ -18070,9 +18070,7 @@ System.register(["tslib", "@social-mail/social-mail-client/dist/common/controls/
|
|
|
18070
18070
|
cancelToken,
|
|
18071
18071
|
version: this.version
|
|
18072
18072
|
})), {
|
|
18073
|
-
itemRenderer: item => XNode.create("div", {
|
|
18074
|
-
"data-layout": "row"
|
|
18075
|
-
}, XNode.create("a", {
|
|
18073
|
+
itemRenderer: item => XNode.create("div", null, XNode.create("a", {
|
|
18076
18074
|
"data-click-event": "route",
|
|
18077
18075
|
href: AdminCommands.editZone.displayRoute({
|
|
18078
18076
|
zoneID: item.zoneID
|