diff options
Diffstat (limited to 'module/web/templates')
-rw-r--r-- | module/web/templates/default/collector.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/module/web/templates/default/collector.html b/module/web/templates/default/collector.html index 09725103b..266038af1 100644 --- a/module/web/templates/default/collector.html +++ b/module/web/templates/default/collector.html @@ -125,8 +125,8 @@ document.addEvent("domready", function(){ </span>
<span style="font-size: 15px">{{ child.name }}</span><br />
<div class="child_secrow">
- <span class="child_status">{{ child.status }}</span>{{child.error}}
- <span class="child_status">{{ child.format_size }}/span>
+ <span class="child_status">{{ child.statusmsg }}</span>{{child.error}}
+ <span class="child_status">{{ child.format_size }}</span>
<span class="child_status">{{ child.plugin }}</span>
<span class="child_status">{% trans "Folder:" %} {{child.folder}}</span>
|