penambahan fitur upload
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
<script>
|
||||
let menuItems = [
|
||||
{ name: "Beranda", icon: "🏠", url: "/" },
|
||||
{ name: "Profile", icon: "🧑", url: "/profile" },
|
||||
{ name: "Issues", icon: "📂", url: "/backoffice/issue" },
|
||||
{ name: "Issue Member", icon: "📂", url: "/backoffice/issuemember" },
|
||||
{ name: "Issue View", icon: "📂", url: "/backoffice/issue/view" },
|
||||
{ name: "Projects", icon: "📂", url: "/backoffice/project" },
|
||||
{
|
||||
name: "Purchase Orders",
|
||||
@@ -10,10 +11,17 @@
|
||||
url: "/backoffice/purchaseorder",
|
||||
},
|
||||
{ name: "Timesheets", icon: "📂", url: "/backoffice/timesheets" },
|
||||
{
|
||||
name: "Timesheets View",
|
||||
icon: "📂",
|
||||
url: "/backoffice/timesheets/view",
|
||||
},
|
||||
{ name: "Villa", icon: "📂", url: "/backoffice/villa" },
|
||||
{ name: "Inventories", icon: "📂", url: "/backoffice/inventories" },
|
||||
{ name: "Vendor", icon: "📂", url: "/backoffice/vendor" },
|
||||
{ name: "Booking", icon: "📂", url: "/backoffice/booking" },
|
||||
{ name: "Users", icon: "👤", url: "/backoffice/users" },
|
||||
{ name: "Logout", icon: "🚪", url: "/logout" },
|
||||
];
|
||||
|
||||
let active = "Purchase Orders";
|
||||
|
||||
Reference in New Issue
Block a user