side Menu updated
This commit is contained in:
@@ -5,4 +5,53 @@ const MeetingAllEndpoints = [
|
||||
"/build/decision_book/invitations/assign",
|
||||
];
|
||||
|
||||
export { MeetingAllEndpoints };
|
||||
const MeetingPageInfo = {
|
||||
tr: [
|
||||
{
|
||||
title: "Toplantı Listesi",
|
||||
icon: null,
|
||||
description: "Toplantı listeyebilirsiniz",
|
||||
endpoint: "",
|
||||
component: "Table",
|
||||
},
|
||||
{
|
||||
title: "Toplantı Ekle",
|
||||
icon: "BadgePlus",
|
||||
description: "Toplantı oluşturma sayfasına hoş geldiniz",
|
||||
endpoint: "/building/living_space/create",
|
||||
component: "AddCreate2Table",
|
||||
},
|
||||
{
|
||||
title: "Toplantı Güncelle",
|
||||
icon: "Pencil",
|
||||
description: "Toplantı güncelleme sayfasına hoş geldiniz",
|
||||
endpoint: "/building/living_space/update/{build_uu_id}",
|
||||
component: "AddUpdate2Table",
|
||||
},
|
||||
],
|
||||
en: [
|
||||
{
|
||||
title: "Meeting List",
|
||||
icon: null,
|
||||
description: "Welcome to the meeting list page",
|
||||
endpoint: "",
|
||||
component: "Table",
|
||||
},
|
||||
{
|
||||
title: "Create Meeting",
|
||||
icon: "BadgePlus",
|
||||
description: "Welcome to the meeting creation page",
|
||||
endpoint: "/building/living_space/create",
|
||||
component: "AddCreate2Table",
|
||||
},
|
||||
{
|
||||
title: "Update Meeting",
|
||||
icon: "Pencil",
|
||||
description: "Welcome to the meeting update page",
|
||||
endpoint: "/building/living_space/update/{build_uu_id}",
|
||||
component: "AddUpdate2Table",
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
export { MeetingAllEndpoints, MeetingPageInfo };
|
||||
|
||||
@@ -5,7 +5,7 @@ const MeetingSubCategories = [
|
||||
en: "Invitations",
|
||||
},
|
||||
icon: "ClipboardCheck",
|
||||
component: null,
|
||||
url: "/meeting/invitations",
|
||||
selfEndpoints: [
|
||||
"/build/decision_book/invite/list",
|
||||
"/build/decision_book/invite/create",
|
||||
@@ -21,7 +21,7 @@ const MeetingSubCategories = [
|
||||
en: "Assign Task",
|
||||
},
|
||||
icon: "ClipboardList",
|
||||
component: null,
|
||||
url: "/meeting/assign",
|
||||
selfEndpoints: [],
|
||||
allEndpoints: [],
|
||||
subCategories: [],
|
||||
|
||||
Reference in New Issue
Block a user