Seeder sıralama değişikliği
This commit is contained in:
parent
1c45d09f52
commit
53203d2d7c
2 changed files with 14 additions and 14 deletions
|
|
@ -10183,11 +10183,21 @@
|
||||||
"RequiredPermissionName": "Abp.Identity.Permissions",
|
"RequiredPermissionName": "Abp.Identity.Permissions",
|
||||||
"IsDisabled": false
|
"IsDisabled": false
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"ParentCode": "Abp.Identity",
|
||||||
|
"Code": "App.ClaimType",
|
||||||
|
"DisplayName": "App.ClaimType",
|
||||||
|
"Order": 3,
|
||||||
|
"Url": "/admin/list/list-claimtype",
|
||||||
|
"Icon": "FcOrganization",
|
||||||
|
"RequiredPermissionName": "App.ClaimType",
|
||||||
|
"IsDisabled": false
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"ParentCode": "Abp.Identity",
|
"ParentCode": "Abp.Identity",
|
||||||
"Code": "AbpIdentity.Roles",
|
"Code": "AbpIdentity.Roles",
|
||||||
"DisplayName": "AbpIdentity.Roles",
|
"DisplayName": "AbpIdentity.Roles",
|
||||||
"Order": 3,
|
"Order": 4,
|
||||||
"Url": "/admin/list/list-role",
|
"Url": "/admin/list/list-role",
|
||||||
"Icon": "FcFlowChart",
|
"Icon": "FcFlowChart",
|
||||||
"RequiredPermissionName": "AbpIdentity.Roles",
|
"RequiredPermissionName": "AbpIdentity.Roles",
|
||||||
|
|
@ -10197,7 +10207,7 @@
|
||||||
"ParentCode": "Abp.Identity",
|
"ParentCode": "Abp.Identity",
|
||||||
"Code": "AbpIdentity.Users",
|
"Code": "AbpIdentity.Users",
|
||||||
"DisplayName": "AbpIdentity.Users",
|
"DisplayName": "AbpIdentity.Users",
|
||||||
"Order": 4,
|
"Order": 5,
|
||||||
"Url": "/admin/list/list-user",
|
"Url": "/admin/list/list-user",
|
||||||
"Icon": "FcBusinessman",
|
"Icon": "FcBusinessman",
|
||||||
"RequiredPermissionName": "AbpIdentity.Users",
|
"RequiredPermissionName": "AbpIdentity.Users",
|
||||||
|
|
@ -10207,22 +10217,12 @@
|
||||||
"ParentCode": "Abp.Identity",
|
"ParentCode": "Abp.Identity",
|
||||||
"Code": "Abp.Identity.OrganizationUnits",
|
"Code": "Abp.Identity.OrganizationUnits",
|
||||||
"DisplayName": "Abp.Identity.OrganizationUnits",
|
"DisplayName": "Abp.Identity.OrganizationUnits",
|
||||||
"Order": 5,
|
"Order": 6,
|
||||||
"Url": "/admin/ous",
|
"Url": "/admin/ous",
|
||||||
"Icon": "FcOrganization",
|
"Icon": "FcOrganization",
|
||||||
"RequiredPermissionName": "Abp.Identity.OrganizationUnits",
|
"RequiredPermissionName": "Abp.Identity.OrganizationUnits",
|
||||||
"IsDisabled": false
|
"IsDisabled": false
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"ParentCode": "Abp.Identity",
|
|
||||||
"Code": "App.ClaimType",
|
|
||||||
"DisplayName": "App.ClaimType",
|
|
||||||
"Order": 6,
|
|
||||||
"Url": "/admin/list/list-claimtype",
|
|
||||||
"Icon": "FcOrganization",
|
|
||||||
"RequiredPermissionName": "App.ClaimType",
|
|
||||||
"IsDisabled": false
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"ParentCode": "Abp.Identity",
|
"ParentCode": "Abp.Identity",
|
||||||
"Code": "App.IpRestrictions",
|
"Code": "App.IpRestrictions",
|
||||||
|
|
|
||||||
|
|
@ -82,7 +82,7 @@ define(['./workbox-54d0af47'], (function (workbox) { 'use strict';
|
||||||
"revision": "3ca0b8505b4bec776b69afdba2768812"
|
"revision": "3ca0b8505b4bec776b69afdba2768812"
|
||||||
}, {
|
}, {
|
||||||
"url": "index.html",
|
"url": "index.html",
|
||||||
"revision": "0.6cutt7lmseg"
|
"revision": "0.dsijviet2j8"
|
||||||
}], {});
|
}], {});
|
||||||
workbox.cleanupOutdatedCaches();
|
workbox.cleanupOutdatedCaches();
|
||||||
workbox.registerRoute(new workbox.NavigationRoute(workbox.createHandlerBoundToURL("index.html"), {
|
workbox.registerRoute(new workbox.NavigationRoute(workbox.createHandlerBoundToURL("index.html"), {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue