Skip to content
Snippets Groups Projects
Commit 5c4d029c authored by Ramesh Kumar's avatar Ramesh Kumar
Browse files

TMSS-641: Reservation View link from timeline summary is disabled temporarily...

TMSS-641: Reservation View link from timeline summary is disabled temporarily and need to be enabled once the page is developed.
parent 349894f2
No related branches found
No related tags found
1 merge request!397Resolve TMSS-630
......@@ -104,7 +104,9 @@ export class ReservationSummary extends Component {
{ reservation &&
<div className="p-grid timeline-details-pane" style={{marginTop: '10px'}}>
<h6 className="col-lg-10 col-sm-10">Reservation Details</h6>
<Link to={`/su/timeline/reservation/view/${reservation.id}`} title="View Full Details"><i className="fa fa-eye"></i></Link>
{/* TODO: Enable the link once Reservation view page is created */}
{/* <Link to={`/su/timeline/reservation/view/${reservation.id}`} title="View Full Details" ><i className="fa fa-eye"></i></Link> */}
<i className="fa fa-eye" style={{color: 'grey'}}></i>
<Link to={this.props.location?this.props.location.pathname:"/su/timelineview"} onClick={this.closeSUDets} title="Close Details"><i className="fa fa-times"></i></Link>
<div className="col-4"><label>Name:</label></div>
<div className="col-8">{reservation.name}</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment