summaryrefslogtreecommitdiffstats
path: root/module/web/templates
diff options
context:
space:
mode:
Diffstat (limited to 'module/web/templates')
-rw-r--r--module/web/templates/default/base.html2
-rw-r--r--module/web/templates/default/dashboard.html1
2 files changed, 2 insertions, 1 deletions
diff --git a/module/web/templates/default/base.html b/module/web/templates/default/base.html
index 3d929fdc1..6c0e7b999 100644
--- a/module/web/templates/default/base.html
+++ b/module/web/templates/default/base.html
@@ -70,7 +70,7 @@
<script type="text/template" id="template-header-status">
<span class="pull-right maxspeed"><% formatSize maxspeed %>/s</span><br>
<span class="pull-right running"><% paused %></span><br>
- <span class="pull-right reconnect"><% reconnect %></span>
+ <span class="pull-right reconnect"><%= if reconnect %>true<% else %>false<%/if%></span>
</script>
<script type="text/template" id="template-header-progress">
diff --git a/module/web/templates/default/dashboard.html b/module/web/templates/default/dashboard.html
index a67445f6b..bb2a68cbf 100644
--- a/module/web/templates/default/dashboard.html
+++ b/module/web/templates/default/dashboard.html
@@ -28,6 +28,7 @@
<span class="badge badge-success badge-ghost"><i class="iconf-tag"></i> Add Tag</span>
</div>
<div class="package-indicator">
+ <i class="iconf-plus-sign btn-move" data-toggle="tooltip" title="Move files here"></i>
<i class="iconf-pause" data-toggle="tooltip" title="Pause Package"></i>
<i class="iconf-refresh" data-toggle="tooltip" title="Restart Package"></i>
<%= if shared %>