diff --git a/flower/static/js/flower.js b/flower/static/js/flower.js
index b735d8753..165af9176 100644
--- a/flower/static/js/flower.js
+++ b/flower/static/js/flower.js
@@ -468,7 +468,7 @@ var flower = (function () {
data: 'hostname',
type: 'natural',
render: function (data, type, full, meta) {
- return '' + data + '';
+ return '' + data + '';
}
}, {
targets: 1,
@@ -559,7 +559,7 @@ var flower = (function () {
visible: isColumnVisible('uuid'),
orderable: false,
render: function (data, type, full, meta) {
- return '' + data + '';
+ return '' + data + '';
}
}, {
targets: 2,
@@ -623,7 +623,7 @@ var flower = (function () {
data: 'worker',
visible: isColumnVisible('worker'),
render: function (data, type, full, meta) {
- return '' + data + '';
+ return '' + data + '';
}
}, {
targets: 10,