diff --git a/src/UI/History/Details/HistoryDetailsViewTemplate.html b/src/UI/History/Details/HistoryDetailsViewTemplate.html index 9c313a9ae..3df76c8e5 100644 --- a/src/UI/History/Details/HistoryDetailsViewTemplate.html +++ b/src/UI/History/Details/HistoryDetailsViewTemplate.html @@ -13,22 +13,22 @@ {{#if_eq eventType compare="grabbed"}}
-
Name
+
Name:
{{sourceTitle}}
{{#with data}} {{#if indexer}} -
Indexer
+
Indexer:
{{indexer}}
{{/if}} {{#if releaseGroup}} -
Release Group
+
Release Group:
{{releaseGroup}}
{{/if}} {{#if nzbInfoUrl}} -
Info
+
Info:
{{nzbInfoUrl}}
{{/if}} {{/with}} @@ -36,19 +36,25 @@ {{/if_eq}} {{#if_eq eventType compare="downloadFailed"}}
-
Source Title
+ +
Name:
{{sourceTitle}}
{{#with data}} -
Message
+
Message:
{{message}}
{{/with}}
{{/if_eq}} {{#if_eq eventType compare="downloadFolderImported"}} - {{#if data}} +
+ + {{#if sourceTitle}} +
Name:
+
{{sourceTitle}}
+ {{/if}} + {{#with data}} -
{{#if droppedPath}}
Source:
{{droppedPath}}
@@ -58,11 +64,8 @@
Imported To:
{{importedPath}}
{{/if}} -
{{/with}} - {{else}} - No details available - {{/if}} +
{{/if_eq}}