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(() => {
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>
)

Loading…
Cancel
Save