diff --git a/interfaces/Plush/templates/history.tmpl b/interfaces/Plush/templates/history.tmpl index b726c60..ca64ccf 100644 --- a/interfaces/Plush/templates/history.tmpl +++ b/interfaces/Plush/templates/history.tmpl @@ -29,39 +29,32 @@
$T('completed') | $T('name') | $T('size') | $T('status') |
---|---|---|---|
$compl | -$line.name - $line.action_line - $line.fail_message | -$line.size | $Tx('post-'+$line.status) | - -
$T('completed') | $compl |
$T('name') | $line.name - $line.action_line - $line.fail_message |
$T('size') | $line.size |
$T('status') | $Tx('post-'+$line.status) |
$Tx('stage-'+$stage.name.title.lower()) |
+
+ $action + + |
$T('category') | $line.category |
$T('msg-path') | $line.storage |