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 @@
- - - <% - compl = datetime.datetime.fromtimestamp(float(line['completed'])).strftime(time_format('%Y-%m-%d %H:%M:%S')) - %> - - - - - - -
$T('completed')$T('name')$T('size')$T('status')
$compl$line.name - $line.action_line - $line.fail_message$line.size$Tx('post-'+$line.status)
-

- - - -
$Tx('stage-'+$stage.name.title.lower())
- -
$action
- -
- - -
$T('category')
-
$line.category
-
- - -
$T('msg-path')
-
$line.storage
-
- + + <% compl = datetime.datetime.fromtimestamp(float(line['completed'])).strftime(time_format('%Y-%m-%d %H:%M:%S')) %> + + + + + + + + + class="odd"> + + + + class="odd"> + + + + class="odd"> + +
$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