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

TMSS-542: Moved task details before Stations & Constraints in SU VIew

parent 750f4e7f
No related branches found
No related tags found
1 merge request!315Resolve TMSS-555
......@@ -347,13 +347,6 @@ class ViewSchedulingUnit extends Component{
</>
}
{<Stations
stationGroup={this.state.stationGroup}
targetObservation={this.state.targetObservation}
view
/>}
{this.state.scheduleunit && this.state.scheduleunit.scheduling_constraints_doc && <SchedulingConstraint disable constraintTemplate={this.state.constraintSchema} initValue={this.state.scheduleunit.scheduling_constraints_doc} />}
<div>
<h3>Tasks Details</h3>
</div>
......@@ -381,6 +374,14 @@ class ViewSchedulingUnit extends Component{
tablename="scheduleunit_task_list"
/>
}
{<Stations
stationGroup={this.state.stationGroup}
targetObservation={this.state.targetObservation}
view
/>}
{this.state.scheduleunit && this.state.scheduleunit.scheduling_constraints_doc && <SchedulingConstraint disable constraintTemplate={this.state.constraintSchema} initValue={this.state.scheduleunit.scheduling_constraints_doc} />}
{this.state.showStatusLogs &&
<Dialog header={`Status change logs - ${this.state.task?this.state.task.name:""}`}
visible={this.state.showStatusLogs} maximizable maximized={false} position="left" style={{ width: '50vw' }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment