diff --git a/common/css/main.css b/common/css/main.css
index d9335232f84..5b065831c58 100644
--- a/common/css/main.css
+++ b/common/css/main.css
@@ -62,6 +62,10 @@
font-size: 85%;
}
+.large {
+ font-size: 120%;
+}
+
.nomargin {
margin: 0px;
}
diff --git a/panels/fields/micropanel.html b/panels/fields/micropanel.html
index 757e91f6844..6a86289cbfa 100644
--- a/panels/fields/micropanel.html
+++ b/panels/fields/micropanel.html
@@ -3,13 +3,13 @@
Micro Analysis of {{micropanel.field}}
- {{micropanel.count}} events on this page
+ {{micropanel.count}} events in the table set
{{micropanel.field}}
Action
- On Page
+ In set
diff --git a/panels/histogram/module.js b/panels/histogram/module.js
index 5d1f8242226..eccfbbb4641 100644
--- a/panels/histogram/module.js
+++ b/panels/histogram/module.js
@@ -52,7 +52,7 @@ angular.module('kibana.histogram', [])
if(_.isUndefined($scope.panel.index) || _.isUndefined($scope.time))
return
- _segment = _.isUndefined(segment) ? 0 : segment
+ var _segment = _.isUndefined(segment) ? 0 : segment
$scope.panel.loading = true;
var request = $scope.ejs.Request().indices($scope.panel.index[_segment]);
diff --git a/panels/hits/module.html b/panels/hits/module.html
index 09f0bd0c283..cc1dd32888f 100644
--- a/panels/hits/module.html
+++ b/panels/hits/module.html
@@ -1,3 +1,3 @@
- {{hits}}
+ ≥ {{hits}}
\ No newline at end of file
diff --git a/panels/table/editor.html b/panels/table/editor.html
index 8a42de02edc..529c12ff34f 100644
--- a/panels/table/editor.html
+++ b/panels/table/editor.html
@@ -1,5 +1,5 @@
-
+
Sorting
-
-
Sortable
+
+
Enable
Sort
@@ -30,12 +31,27 @@
-
-
Length
+
+
Paging and Appearence
+
+
Font Size
+
+
+
+
Per Page
-
Font Size
-
+
+
+
+
+
+
Page limit
+
+
+
+
Pageable
+ = {{panel.size * panel.pages}}