Browse Source

update url gantt

pull/2/head
Muhammad Sulaiman Yusuf 2 years ago
parent
commit
e193b56b91
  1. 2
      src/views/SimproV2/Gantt/index.js

2
src/views/SimproV2/Gantt/index.js

@ -77,7 +77,7 @@ const Gantt = (props) => {
const RenderGantt = () => (
<iframe
id="frame-gantt"
src={`https://adw-gantt.ospro.id/src/index.html?base_url=${BASE_SIMPRO_LUMEN}&gantt_id=${versionGanttId}&proyek_id=${idProject}&token=${localStorage.getItem('token')}&ro=${ro}`}
src={`https://adw-gantt.ospro.id/index.html?base_url=${BASE_SIMPRO_LUMEN}&gantt_id=${versionGanttId}&proyek_id=${idProject}&token=${localStorage.getItem('token')}&ro=${ro}`}
style={{
width: '100%',
height: '75vh',

Loading…
Cancel
Save