pages updated

This commit is contained in:
2025-01-06 16:38:27 +03:00
parent 24d2169132
commit c1f517d32d
51 changed files with 1619 additions and 420 deletions

View File

@@ -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",
},
],