Browse Source

fix iframe

pull/2/head
Wahyu Ramadhan 2 years ago
parent
commit
095ef37622
  1. 2
      src/views/SimproV2/Gantt/index.js

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

@ -85,7 +85,7 @@ const Gantt = (props) => {
const RenderGantt = () => ( const RenderGantt = () => (
<iframe <iframe
id="frame-gantt" id="frame-gantt"
src={`https://adw-gantt.ospro.id/edit-mode/index.html?base_url=${BASE_SIMPRO_LUMEN}&gantt_id=${versionGanttId}&proyek_id=${idProject}&token=${token}&ro=${ro}`} src={`https://adw-gantt.ospro.id/edit-mode/index.html?base_url=${BASE_SIMPRO_LUMEN}&gantt_id=${versionGanttId}&proyek_id=${idProject}&token=${token}&ro=${ro}&timestamp=${timestamp}`}
style={{ style={{
width: '100%', width: '100%',
height: '95vh', height: '95vh',

Loading…
Cancel
Save