Create TableFilter component

Global TableFilter component and TableFilterMixin can be used
with any table. The TableFilterMixin will return filtered
data with items that match any of the filter tags.

When the table search component is built, it should use the
BoostrapVue Table :filter prop.

- Filter by status added to Sensors table

Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com>
Change-Id: I57ebab1686b2d267383cb0e1be252627bf42c98c
diff --git a/src/locales/en-US.json b/src/locales/en-US.json
index 699b016..022eefb 100644
--- a/src/locales/en-US.json
+++ b/src/locales/en-US.json
@@ -2,13 +2,15 @@
   "global": {
     "action": {
       "add": "Add",
+      "cancel": "Cancel",
+      "clearAll": "Clear all",
       "confirm": "Confirm",
       "copy": "Copy",
-      "cancel": "Cancel",
       "delete": "Delete",
       "disable": "Disable",
       "download": "Download",
       "enable": "Enable",
+      "filter": "Filter",
       "replace": "Replace",
       "save": "Save",
       "selected": "Selected"