From 0015df8cad39ab6c55dd9241ff425cfc6a975a31 Mon Sep 17 00:00:00 2001 From: unknown <n.santhanam@redkarma.eu> Date: Tue, 2 Feb 2021 13:21:44 +0530 Subject: [PATCH] Update SchedulingUnitList.js Changes updated --- .../tmss_webapp/src/routes/Scheduling/SchedulingUnitList.js | 2 ++ 1 file changed, 2 insertions(+) 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 87ddfec3186..a365f934f69 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", -- GitLab