pages updated
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
import { url } from "inspector";
|
||||
|
||||
const BuildPageInfo = {
|
||||
tr: [
|
||||
{
|
||||
@@ -6,6 +8,7 @@ const BuildPageInfo = {
|
||||
icon: null,
|
||||
description: "Bina listeyebilirsiniz",
|
||||
endpoint: "/building/build/list",
|
||||
url: "/building",
|
||||
component: "Table",
|
||||
},
|
||||
{
|
||||
@@ -14,6 +17,7 @@ const BuildPageInfo = {
|
||||
name: "create",
|
||||
description: "Bina oluşturma sayfasına hoş geldiniz",
|
||||
endpoint: "/building/build/create",
|
||||
url: "/building/create",
|
||||
component: "AddCreate2Table",
|
||||
},
|
||||
{
|
||||
@@ -22,6 +26,7 @@ const BuildPageInfo = {
|
||||
name: "update",
|
||||
description: "Bina güncelleme sayfasına hoş geldiniz",
|
||||
endpoint: "/building/build/update/{build_uu_id}",
|
||||
url: "/building/update",
|
||||
component: "AddUpdate2Table",
|
||||
},
|
||||
],
|
||||
@@ -31,6 +36,7 @@ const BuildPageInfo = {
|
||||
icon: null,
|
||||
description: "Welcome to the building update page",
|
||||
endpoint: "/building/build/list",
|
||||
url: "/building",
|
||||
component: "Table",
|
||||
},
|
||||
{
|
||||
@@ -38,6 +44,7 @@ const BuildPageInfo = {
|
||||
icon: "BadgePlus",
|
||||
description: "Welcome to the building creation page",
|
||||
endpoint: "/building/build/create",
|
||||
url: "/building/create",
|
||||
component: "AddCreate2Table",
|
||||
},
|
||||
{
|
||||
@@ -45,6 +52,7 @@ const BuildPageInfo = {
|
||||
icon: "Pencil",
|
||||
description: "Welcome to the building update page",
|
||||
endpoint: "/building/build/update/{build_uu_id}",
|
||||
url: "/building/update",
|
||||
component: "AddUpdate2Table",
|
||||
},
|
||||
],
|
||||
|
||||
@@ -30,13 +30,13 @@ const PagesInfosAndEndpoints = [
|
||||
subCategories: BuildCategories,
|
||||
},
|
||||
{
|
||||
name: "",
|
||||
name: "MeetingsPage",
|
||||
title: {
|
||||
tr: "Toplantılar",
|
||||
en: "Meetings",
|
||||
},
|
||||
icon: "Logs",
|
||||
url: "/meetings?page=1",
|
||||
url: "/meetings",
|
||||
pageInfo: null,
|
||||
component: null,
|
||||
allEndpoints: MeetingAllEndpoints,
|
||||
@@ -50,7 +50,7 @@ const PagesInfosAndEndpoints = [
|
||||
},
|
||||
icon: "Landmark",
|
||||
component: "AccountPage",
|
||||
url: "/accounts?page=1",
|
||||
url: "/accounts",
|
||||
pageInfo: AccountPageInfo,
|
||||
allEndpoints: AccountAllEndpoints,
|
||||
subCategories: AccountSubCategories,
|
||||
@@ -63,7 +63,7 @@ const PagesInfosAndEndpoints = [
|
||||
},
|
||||
icon: "ScrollText",
|
||||
component: "DecisionBookPage",
|
||||
url: "/decisions?page=1",
|
||||
url: "/decisions",
|
||||
pageInfo: DecisionBookPageInfo,
|
||||
allEndpoints: DecisionBookAllEndpoints,
|
||||
subCategories: DecisionBookSubCategories,
|
||||
@@ -76,7 +76,7 @@ const PagesInfosAndEndpoints = [
|
||||
},
|
||||
icon: "UserPlus",
|
||||
component: null,
|
||||
url: "/identities?page=1",
|
||||
url: "/identities",
|
||||
pageInfo: null,
|
||||
allEndpoints: IdentityAllEndpoints,
|
||||
subCategories: IdentityCategories,
|
||||
@@ -89,7 +89,7 @@ const PagesInfosAndEndpoints = [
|
||||
},
|
||||
icon: "Cog",
|
||||
component: null,
|
||||
url: "/accessibilities?page=1",
|
||||
url: "/accessibilities",
|
||||
pageInfo: null,
|
||||
allEndpoints: AccesibleAllEndpoints,
|
||||
subCategories: AccesibleCategories,
|
||||
@@ -102,7 +102,7 @@ const PagesInfosAndEndpoints = [
|
||||
},
|
||||
icon: "Store",
|
||||
component: "CompanyPage",
|
||||
url: "/companies?page=1",
|
||||
url: "/companies",
|
||||
pageInfo: CompanyPageInfo,
|
||||
allEndpoints: CompanyAllEndpoints,
|
||||
subCategories: CompanyCategories,
|
||||
|
||||
Reference in New Issue
Block a user