|
|
@ -100,18 +100,6 @@ const Gantt = (props) => { |
|
|
|
<div style={{ margin: "-15px", marginBottom: "-30px" }}> |
|
|
|
<div style={{ margin: "-15px", marginBottom: "-30px" }}> |
|
|
|
{ready && <RenderGantt />} |
|
|
|
{ready && <RenderGantt />} |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<Fab |
|
|
|
|
|
|
|
icon={<i className="fa fa-bars"/>} |
|
|
|
|
|
|
|
alwaysShowTitle={true} |
|
|
|
|
|
|
|
style={{bottom: 50, right: 24}} |
|
|
|
|
|
|
|
> |
|
|
|
|
|
|
|
<Action |
|
|
|
|
|
|
|
text="Dashboard Project" |
|
|
|
|
|
|
|
onClick={() => handleRedirect()} |
|
|
|
|
|
|
|
> |
|
|
|
|
|
|
|
<i className="fa fa-line-chart" /> |
|
|
|
|
|
|
|
</Action> |
|
|
|
|
|
|
|
</Fab> |
|
|
|
|
|
|
|
</> |
|
|
|
</> |
|
|
|
); |
|
|
|
); |
|
|
|
} |
|
|
|
} |
|
|
|