From 4a18187c891c6ae8abb1521d796c0a80bb3a32f9 Mon Sep 17 00:00:00 2001 From: Muhammad Sulaiman Yusuf Date: Tue, 18 Oct 2022 06:30:20 +0700 Subject: [PATCH] update endpoint gantt customer --- src/views/Dashboard/DashboardCustomer.js | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/src/views/Dashboard/DashboardCustomer.js b/src/views/Dashboard/DashboardCustomer.js index ce3045e..6b7e3b4 100644 --- a/src/views/Dashboard/DashboardCustomer.js +++ b/src/views/Dashboard/DashboardCustomer.js @@ -34,10 +34,7 @@ const DashboardCustomer = () => { } } const { PROJECT_ID, GANTT_ID } = useParams(); - // const URL_GANTT = `http://103.73.125.81:8446/index.html?base_url=http://103.73.125.81:8444/api&gantt_id=${GANTT_ID}&proyek_id=${PROJECT_ID}&token=${token}&ro=1`; - // const URL_GANTT = `https://adw-gantt.ospro.id/index.html?base_url=${BASE_OSPRO}/api&gantt_id=${GANTT_ID}&proyek_id=${PROJECT_ID}&token=${token}&ro=1`; - // const URL_GANTT = ''; - const URL_GANTT = `http://192.168.1.104:8446/view-mode/index.html?base_url=${BASE_OSPRO}/api&gantt_id=${GANTT_ID}&proyek_id=${PROJECT_ID}&token=${token}&ro=1`; + const URL_GANTT = `https://adw-gantt.ospro.id/view-mode/index.html?base_url=${BASE_OSPRO}/api&gantt_id=${GANTT_ID}&proyek_id=${PROJECT_ID}&token=${token}&ro=1`; const mapRef = useRef() const [projectName, setProjectName] = useState(""); const [projectManagerName, setProjectManagerName] = useState(''); @@ -64,7 +61,7 @@ const DashboardCustomer = () => { const [healthBySchedule, setHealthBySchedule] = useState('-'); const [healthByBudget, setHealthByBudget] = useState('-'); const [reportDistribution, setReportDistribution] = useState([]); - + useEffect(() => { getProjectDetail(); getSCurve() @@ -316,7 +313,7 @@ const DashboardCustomer = () => { if (reportDistribution.length > 0) { reportDistribution.map((item, idx) => { L.marker([item.lat, item.lon]).addTo(mymap).bindPopup(PopupContent(item)) - }); + }); } } }, [mymap, reportDistribution]) @@ -347,7 +344,7 @@ const DashboardCustomer = () => {
{!isReadyComments && } {isReadyComments && comments && comments.length < 1 &&
No comments found.
} - {comments && comments.length > 0 && comments.map((item, idx) => + {comments && comments.length > 0 && comments.map((item, idx) => )}
@@ -497,13 +494,13 @@ const DashboardCustomer = () => { {isReadySCurve ? : - + }
{isReadySCurve ? : - + }