|
|
|
@ -25,7 +25,6 @@ const Gantt = (props) => {
|
|
|
|
|
|
|
|
|
|
useEffect(() => { |
|
|
|
|
document.getElementsByClassName("breadcrumb-item active").innerHTML = "Gantt Project"; |
|
|
|
|
|
|
|
|
|
getDataUserGantt(); |
|
|
|
|
}, []); |
|
|
|
|
|
|
|
|
@ -80,10 +79,11 @@ const Gantt = (props) => {
|
|
|
|
|
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', |
|
|
|
|
height: '95vh', |
|
|
|
|
}} |
|
|
|
|
scrolling="no" |
|
|
|
|
frameBorder="0" |
|
|
|
|
allow="fullscreen" |
|
|
|
|
></iframe> |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|