From 828481b23560af2ee6d4a56ea473da129ab9d1f2 Mon Sep 17 00:00:00 2001 From: Sebastian Grewe Date: Sat, 22 Mar 2014 07:20:51 +0100 Subject: [PATCH] [FIX] Worker Info Responsive --- public/templates/bootstrap/dashboard/js/api.tpl | 2 +- .../bootstrap/dashboard/worker_information/default.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/templates/bootstrap/dashboard/js/api.tpl b/public/templates/bootstrap/dashboard/js/api.tpl index 546f13f0..817ef322 100644 --- a/public/templates/bootstrap/dashboard/js/api.tpl +++ b/public/templates/bootstrap/dashboard/js/api.tpl @@ -132,7 +132,7 @@ $(document).ready(function(){ for (var i = j = 0; i < length; i++) { if (workers[i].hashrate > 0) { j++; - $('#b-workers').append('' + workers[i].username + '' + workers[i].hashrate + '' + workers[i].difficulty + ''); + $('#b-workers').append('' + workers[i].username + '' + workers[i].hashrate + '' + workers[i].difficulty + ''); } } if (j == 0) { $('#b-workers').html('No active workers'); } diff --git a/public/templates/bootstrap/dashboard/worker_information/default.tpl b/public/templates/bootstrap/dashboard/worker_information/default.tpl index cc41f918..3bedcb74 100644 --- a/public/templates/bootstrap/dashboard/worker_information/default.tpl +++ b/public/templates/bootstrap/dashboard/worker_information/default.tpl @@ -4,7 +4,7 @@

Worker Information

-
+