Added new reactor mode to for ENG APP
This commit is contained in:
@ -171,6 +171,9 @@ public class ToolEventView
|
||||
if (evnt.ToUpper() == "ENGINEERING_DEVELOPMENT")
|
||||
return true;
|
||||
|
||||
if (evnt.ToUpper() == "WAITING_FOR_ENGINEER_SCHEDULED")
|
||||
return true;
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
|
@ -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()):
|
||||
|
@ -1 +1 @@
|
||||
[{"Date":"2023-01-23T00:00:00-07:00","ASM":7,"HTR":16},{"Date":"2023-01-24T00:00:00-07:00","ASM":7,"HTR":15},{"Date":"2023-01-26T00:00:00-07:00","ASM":7,"HTR":14},{"Date":"2023-02-20T00:00:00-07:00","ASM":3,"HTR":8},{"Date":"2023-03-01T00:00:00-07:00","ASM":3,"HTR":8}]
|
||||
[{"Date":"2023-01-23T00:00:00-07:00","ASM":7,"HTR":16},{"Date":"2023-01-24T00:00:00-07:00","ASM":7,"HTR":15},{"Date":"2023-01-26T00:00:00-07:00","ASM":7,"HTR":14},{"Date":"2023-02-20T00:00:00-07:00","ASM":3,"HTR":8},{"Date":"2023-03-01T00:00:00-07:00","ASM":3,"HTR":8},{"Date":"2023-03-03T00:00:00-07:00","ASM":3,"HTR":8}]
|
Reference in New Issue
Block a user