Buildin Page tested
This commit is contained in:
@@ -2,6 +2,7 @@ const BuildPageInfo = {
|
||||
tr: [
|
||||
{
|
||||
title: "Bina Listesi",
|
||||
name: "table",
|
||||
icon: null,
|
||||
description: "Bina listeyebilirsiniz",
|
||||
endpoint: "/building/build/list",
|
||||
@@ -10,6 +11,7 @@ const BuildPageInfo = {
|
||||
{
|
||||
title: "Bina Ekle",
|
||||
icon: "BadgePlus",
|
||||
name: "create",
|
||||
description: "Bina oluşturma sayfasına hoş geldiniz",
|
||||
endpoint: "/building/build/create",
|
||||
component: "AddCreate2Table",
|
||||
@@ -17,6 +19,7 @@ const BuildPageInfo = {
|
||||
{
|
||||
title: null,
|
||||
icon: "Pencil",
|
||||
name: "update",
|
||||
description: "Bina güncelleme sayfasına hoş geldiniz",
|
||||
endpoint: "/building/build/update/{build_uu_id}",
|
||||
component: "AddUpdate2Table",
|
||||
|
||||
@@ -18,18 +18,19 @@ import { BuildPageInfo, BuildAllEndpoints } from "./building/pageInfo";
|
||||
|
||||
const PagesInfosAndEndpoints = [
|
||||
{
|
||||
name: "BuildingPage",
|
||||
title: {
|
||||
tr: "Binalar",
|
||||
en: "Buildings",
|
||||
},
|
||||
icon: "Hotel",
|
||||
// component: "/build/page",
|
||||
url: "/building?page=1",
|
||||
url: "/building",
|
||||
pageInfo: BuildPageInfo,
|
||||
allEndpoints: BuildAllEndpoints,
|
||||
subCategories: BuildCategories,
|
||||
},
|
||||
{
|
||||
name: "",
|
||||
title: {
|
||||
tr: "Toplantılar",
|
||||
en: "Meetings",
|
||||
@@ -42,6 +43,7 @@ const PagesInfosAndEndpoints = [
|
||||
subCategories: MeetingSubCategories,
|
||||
},
|
||||
{
|
||||
name: "",
|
||||
title: {
|
||||
tr: "Cari Hesaplar",
|
||||
en: "Accounts",
|
||||
@@ -54,6 +56,7 @@ const PagesInfosAndEndpoints = [
|
||||
subCategories: AccountSubCategories,
|
||||
},
|
||||
{
|
||||
name: "",
|
||||
title: {
|
||||
tr: "Karar Defteri",
|
||||
en: "Decision Book",
|
||||
@@ -66,6 +69,7 @@ const PagesInfosAndEndpoints = [
|
||||
subCategories: DecisionBookSubCategories,
|
||||
},
|
||||
{
|
||||
name: "",
|
||||
title: {
|
||||
tr: "Kimlikler",
|
||||
en: "Identities",
|
||||
@@ -78,6 +82,7 @@ const PagesInfosAndEndpoints = [
|
||||
subCategories: IdentityCategories,
|
||||
},
|
||||
{
|
||||
name: "",
|
||||
title: {
|
||||
tr: "Erişilebilirlik",
|
||||
en: "Accessibility",
|
||||
@@ -90,6 +95,7 @@ const PagesInfosAndEndpoints = [
|
||||
subCategories: AccesibleCategories,
|
||||
},
|
||||
{
|
||||
name: "",
|
||||
title: {
|
||||
tr: "Firmalar",
|
||||
en: "Companies",
|
||||
|
||||
Reference in New Issue
Block a user