Changes Completed in Overview
This commit is contained in:
@@ -10,7 +10,7 @@ export default function MasterdataPage() {
|
||||
return (
|
||||
|
||||
|
||||
<div className="p-8 mx-3">
|
||||
<div className="p-6 mx-2">
|
||||
<MasterDataPortal/>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -11,7 +11,7 @@ export default function RolesAccessPage() {
|
||||
return (
|
||||
|
||||
|
||||
<div className="p-8 mx-3">
|
||||
<div className="p-6 mx-2">
|
||||
<RolesAccessPortal/>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -13,7 +13,7 @@ export default function SettingsPage() {
|
||||
return (
|
||||
|
||||
|
||||
<div className="p-8 mx-3">
|
||||
<div className="p-6 mx-2">
|
||||
<SettingsPortal/>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
"use client"
|
||||
|
||||
import MasterDataPortal from "@/components/dashboard/configure/masterData";
|
||||
import RolesAccessPortal from "@/components/dashboard/configure/rolesaccess";
|
||||
|
||||
import UserLocationPortal from "@/components/dashboard/configure/userLocation";
|
||||
|
||||
|
||||
@@ -12,7 +11,7 @@ export default function userLocationPage() {
|
||||
return (
|
||||
|
||||
|
||||
<div className="p-8 mx-3">
|
||||
<div className="p-6 mx-2">
|
||||
<UserLocationPortal/>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -3,18 +3,11 @@
|
||||
|
||||
import WorkFlowAutomationPortal from "@/components/dashboard/configure/workflowAutomation";
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
export default function WorkflowAutomationPage() {
|
||||
return (
|
||||
|
||||
|
||||
<div className="p-8 mx-3">
|
||||
<div className="p-6 mx-2">
|
||||
<WorkFlowAutomationPortal/>
|
||||
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user