diff --git a/panels/histogram/module.html b/panels/histogram/module.html
index 5d76715a960..4ce6b6a2130 100644
--- a/panels/histogram/module.html
+++ b/panels/histogram/module.html
@@ -8,10 +8,10 @@
display:inline-block;
height:10px;
width:10px;
- border-radius:5px;
+ border-radius:5px;
}
.histogram-legend-item {
- display:inline-block;
+ display:inline-block;
}
.histogram-chart {
position:relative;
@@ -23,7 +23,7 @@
- Zoom Out |
+ Zoom Out |
@@ -32,5 +32,5 @@
{{panel.value_field}} {{panel.mode}} per {{panel.interval}} | ({{hits}} hits)
-
-
\ No newline at end of file
+
+
\ No newline at end of file
diff --git a/panels/pie/module.html b/panels/pie/module.html
index a36cf2c92a4..f089586b603 100644
--- a/panels/pie/module.html
+++ b/panels/pie/module.html
@@ -8,9 +8,9 @@
-
+
{{query.label}} ({{query.data[0][1]}})
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/panels/terms/module.html b/panels/terms/module.html
index 814729c2dbf..70b870ba58f 100644
--- a/panels/terms/module.html
+++ b/panels/terms/module.html
@@ -5,7 +5,7 @@
-
+
| {{term.label}} | {{term.data[0][1]}} |
@@ -21,11 +21,11 @@
-
+
-
+
| {{term.label}} | {{term.data[0][1]}} |
@@ -39,7 +39,7 @@
-
+
Term | Count | Action |
@@ -48,11 +48,11 @@
{{term.data[0][1]}} |
-
+
|
-
\ No newline at end of file
+
\ No newline at end of file