mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
change last run to last ran
This commit is contained in:
parent
5394ba44e7
commit
bd29967e42
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@
|
||||||
|
|
||||||
if (task.LastExecutionResult) {
|
if (task.LastExecutionResult) {
|
||||||
|
|
||||||
var text = "Last run " + humane_date(task.LastExecutionResult.EndTimeUtc) + ', taking ' + humane_elapsed(task.LastExecutionResult.StartTimeUtc, task.LastExecutionResult.EndTimeUtc);
|
var text = "Last ran " + humane_date(task.LastExecutionResult.EndTimeUtc) + ', taking ' + humane_elapsed(task.LastExecutionResult.StartTimeUtc, task.LastExecutionResult.EndTimeUtc);
|
||||||
|
|
||||||
if (task.LastExecutionResult.Status == "Failed") {
|
if (task.LastExecutionResult.Status == "Failed") {
|
||||||
text += " <span style='color:#FF0000;'>(failed)</span>";
|
text += " <span style='color:#FF0000;'>(failed)</span>";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue