|
|
@ -77,7 +77,7 @@ const Gantt = (props) => { |
|
|
|
const RenderGantt = () => ( |
|
|
|
const RenderGantt = () => ( |
|
|
|
<iframe |
|
|
|
<iframe |
|
|
|
id="frame-gantt" |
|
|
|
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={{ |
|
|
|
style={{ |
|
|
|
width: '100%', |
|
|
|
width: '100%', |
|
|
|
height: '75vh', |
|
|
|
height: '75vh', |
|
|
|