Added new reactor mode to for ENG APP
This commit is contained in:
@ -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()):
|
||||
|
Reference in New Issue
Block a user