diff --git a/SAS/TMSS/frontend/tmss_webapp/src/routes/Scheduling/SchedulingUnitList.js b/SAS/TMSS/frontend/tmss_webapp/src/routes/Scheduling/SchedulingUnitList.js index 87ddfec31866da7f8be264ab43ae79efb341fce4..a365f934f69bb87d949c902099d11e18b2a2d113 100644 --- a/SAS/TMSS/frontend/tmss_webapp/src/routes/Scheduling/SchedulingUnitList.js +++ b/SAS/TMSS/frontend/tmss_webapp/src/routes/Scheduling/SchedulingUnitList.js @@ -44,6 +44,7 @@ class SchedulingUnitList extends Component{ actionpath:"actionpath", id:"Scheduling unit ID", template_description: "Template Description", + priority:"Priority", suSet:"Scheduling set", description:"Description", station_group: 'Stations (CS/RS/IS)', @@ -55,6 +56,7 @@ class SchedulingUnitList extends Component{ columnclassname: [{ "Template":"filter-input-50", "Project":"filter-input-50", + "Priority":"filter-input-50", "Duration (HH:mm:ss)":"filter-input-75", "Type": "filter-input-75", "Status":"filter-input-100",