Added new reactor mode to for ENG APP

This commit is contained in:
Daniel Wathen
2023-03-03 13:24:57 -07:00
parent 7ca02958dc
commit f77d723576
3 changed files with 6 additions and 2 deletions

View File

@ -307,7 +307,8 @@
<ul>
@{
List<string> engTools = Model.ToolEvents
.Where(x => x.MostRecentEvent.REACT_MODE == "ENGINEERING_DEVELOPMENT")
.Where(x => x.MostRecentEvent.REACT_MODE == "ENGINEERING_DEVELOPMENT" ||
x.MostRecentEvent.REACT_MODE == "WAITING_FOR_ENGINEER_SCHEDULED")
.Select(x => x.Reactor).ToList();
}
<li>Application ENG (@engTools.Count()):