diff --git a/MP.MONO.UI/Components/ListDurAlarms.razor b/MP.MONO.UI/Components/ListDurAlarms.razor new file mode 100644 index 0000000..7a4edaa --- /dev/null +++ b/MP.MONO.UI/Components/ListDurAlarms.razor @@ -0,0 +1,56 @@ +
| Alarm Description | +Alarm Duration | +Event Duration | +Event Duration Chart | +
|---|---|---|---|
|
+ @item.AlarmDescription
+ |
+
+ @Math.Round(item.Duration,2)
+ |
+
+
+ @if (totalVar != 0)
+ {
+ @calcPercDur((double)item.Duration)
+ }
+
+ |
+
+
+
+
+ |
+
| Alarm Description | -Alarm Duration | -Event Duration | -Event Duration Chart | -
|---|---|---|---|
|
- @item.AlarmDescription
- |
-
- @Math.Round(item.Duration,2)
- |
-
-
- @if (totalVar != 0)
- {
- @calcPercDur((double)item.Duration)
- }
-
- |
-
-
-
-
- |
-