File tree Expand file tree Collapse file tree
src/components/BootstrapBlazor.Tasks.Dashboard Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 <Tag Color =" GetStatusColor(v.Row.Status)" Icon =" @GetStatusIcon(v.Row.Status)" >@FormatStatus(v.Row.Status) </Tag >
1515 </Template >
1616 </TableTemplateColumn >
17- <TableTemplateColumn Text =" @Localizer[" NextRuntime " ]" >
17+ <TableTemplateColumn Text =" @Localizer[" LastRuntime " ]" >
1818 <Template Context =" v" >
19- @FormatDateTime(v.Row.NextRuntime )
19+ @FormatDateTime(v.Row.LastRuntime )
2020 </Template >
2121 </TableTemplateColumn >
22- <TableTemplateColumn Text =" @Localizer[" LastRuntime " ]" >
22+ <TableTemplateColumn Text =" @Localizer[" NextRuntime " ]" >
2323 <Template Context =" v" >
24- @FormatDateTime(v.Row.LastRuntime )
24+ @FormatDateTime(v.Row.NextRuntime )
2525 </Template >
2626 </TableTemplateColumn >
2727 <TableTemplateColumn Text =" @Localizer[" LastRunResult " ]" >
You can’t perform that action at this time.
0 commit comments