diff --git a/app/components/config/config.json b/app/components/config/config.json
index 76aad41..f3247ae 100644
--- a/app/components/config/config.json
+++ b/app/components/config/config.json
@@ -1,7 +1,7 @@
{
"dashboardConfig": {
"title": "Unhandled service problems",
- "refreshInterval": "0",
+ "refreshInterval": 0,
"template": "dashboard",
"components" : [
{
@@ -81,7 +81,7 @@
},
"hostsConfig": {
"title": "Hosts",
- "refreshInterval": "0",
+ "refreshInterval": 0,
"template": "singleTable",
"components": [
{
@@ -114,7 +114,7 @@
},
"servicesConfig": {
"title": "Services",
- "refreshInterval": "0",
+ "refreshInterval": 0,
"template": "singleTable",
"components": [{
"type": "table",
diff --git a/app/components/table/actionbar/actionbar.html b/app/components/table/actionbar/actionbar.html
index 85fa451..ff5e12c 100644
--- a/app/components/table/actionbar/actionbar.html
+++ b/app/components/table/actionbar/actionbar.html
@@ -1,4 +1,4 @@
-
-
@@ -73,6 +65,9 @@
+
+ {{ actionbarFilters.searchFilter }}
+