Browse Source

update url gantt

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

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

@ -77,7 +77,7 @@ const Gantt = (props) => {
const RenderGantt = () => ( const RenderGantt = () => (
<iframe <iframe
id="frame-gantt" id="frame-gantt"
src={`https://ospro-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/src/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',
@ -94,4 +94,4 @@ const Gantt = (props) => {
); );
} }
export default Gantt; export default Gantt;

Loading…
Cancel
Save