diff --git a/MP.Stats/Components/TaskExeList.razor b/MP.Stats/Components/TaskExeList.razor new file mode 100644 index 00000000..ae7c9327 --- /dev/null +++ b/MP.Stats/Components/TaskExeList.razor @@ -0,0 +1,5 @@ +
| + + | +# | +Task | +Tipo | +Command | +Schedulazione | + @if (detRecord == null) + { +Last | +Next | +Result | + } +
|---|---|---|---|---|---|---|---|---|
| + + @if (currRecord == null) + { + + } + else + { + @* *@ + + } + | +@record.TaskId | +
+ @record.Name
+ @record.Descript
+ |
+ + @record.TType + | +
+ @record.Command
+ @record.Args
+ |
+ @record.Freq × @record.Cad | + @if (detRecord == null) + { +
+ @($"{record.DtLastExec:yyyy-MM-dd}")
+ @($"{record.DtLastExec:ddd HH:mm:ss}")
+ |
+
+ @($"{record.DtNextExec:yyyy-MM-dd}")
+ @($"{record.DtNextExec:ddd HH:mm:ss}")
+ |
+
+ @record.LastDuration sec
+ @record.LastResult
+ |
+ }
+
| - - | -# | -Task | -Tipo | -Command | -Schedulazione | -Last | -Next | -Result | -
|---|---|---|---|---|---|---|---|---|
| - @if (currRecord == null) - { - - } - else - { - @* *@ - - } - | -@record.TaskId | -
- @record.Name
- @record.Descript
- |
- - @record.TType - | -
- @record.Command
- @record.Args
- |
- @record.Freq × @record.Cad | -
- @($"{record.DtLastExec:yyyy-MM-dd}")
- @($"{record.DtLastExec:ddd HH:mm:ss}")
- |
-
- @($"{record.DtNextExec:yyyy-MM-dd}")
- @($"{record.DtNextExec:ddd HH:mm:ss}")
- |
-
- @record.LastDuration sec
- @record.LastResult
- |
-