|
|
|
@ -76,7 +76,8 @@ const Gantt = (props) => {
|
|
|
|
|
const RenderGantt = () => ( |
|
|
|
|
<iframe |
|
|
|
|
id="frame-gantt" |
|
|
|
|
src={`https://adw-gantt.ospro.id/edit-mode/index.html?base_url=${BASE_SIMPRO_LUMEN}&gantt_id=${versionGanttId}&proyek_id=${idProject}&token=${token}&ro=${ro}`} |
|
|
|
|
// src={`https://adw-gantt.ospro.id/edit-mode/index.html?base_url=${BASE_SIMPRO_LUMEN}&gantt_id=${versionGanttId}&proyek_id=${idProject}&token=${token}&ro=${ro}`}
|
|
|
|
|
src={`http://localhost:8446/edit-mode/index.html?base_url=${BASE_SIMPRO_LUMEN}&gantt_id=${versionGanttId}&proyek_id=${idProject}&token=${token}&ro=${ro}`} |
|
|
|
|
style={{ |
|
|
|
|
width: '100%', |
|
|
|
|
height: '95vh', |
|
|
|
|