Browse Source

improve ui

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

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

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

Loading…
Cancel
Save