aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Modules/Tango.PPC.Maintenance/ViewModels
diff options
context:
space:
mode:
authorVictoria Plitt <Victoria.Plitt@twine-s.com>2020-07-12 19:23:17 +0300
committerVictoria Plitt <Victoria.Plitt@twine-s.com>2020-07-12 19:23:17 +0300
commitebdba4dd5bb09f3bbefcd774931153346041dabc (patch)
tree350a128bd823cda439d9ba3b61800727678479b3 /Software/Visual_Studio/PPC/Modules/Tango.PPC.Maintenance/ViewModels
parente80660a683b18e1a8635db2e1a04e3c0685c5559 (diff)
downloadTango-ebdba4dd5bb09f3bbefcd774931153346041dabc.tar.gz
Tango-ebdba4dd5bb09f3bbefcd774931153346041dabc.zip
GUI changes according to item.
Related Work Items: #3128
Diffstat (limited to 'Software/Visual_Studio/PPC/Modules/Tango.PPC.Maintenance/ViewModels')
-rw-r--r--Software/Visual_Studio/PPC/Modules/Tango.PPC.Maintenance/ViewModels/MaintenanceViewVM.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Software/Visual_Studio/PPC/Modules/Tango.PPC.Maintenance/ViewModels/MaintenanceViewVM.cs b/Software/Visual_Studio/PPC/Modules/Tango.PPC.Maintenance/ViewModels/MaintenanceViewVM.cs
index f613d6f43..252c8aa2e 100644
--- a/Software/Visual_Studio/PPC/Modules/Tango.PPC.Maintenance/ViewModels/MaintenanceViewVM.cs
+++ b/Software/Visual_Studio/PPC/Modules/Tango.PPC.Maintenance/ViewModels/MaintenanceViewVM.cs
@@ -111,8 +111,8 @@ namespace Tango.PPC.Maintenance.ViewModels
{
Max = MachineOperator.MAX_MIDTANK_LITERS,
IDSPack = x,
- }).ToList();
-
+ }).OrderBy(y=>y.IDSPack.LiquidType.Code).ToList();
+
MachineProvider.MachineOperator.MachineStatusChanged += MachineOperator_MachineStatusChanged;
}