diff --git a/src/components/custom/MissingKeysAlert.vue b/src/components/custom/MissingKeysAlert.vue
index f96bfcfb458..dc1b1832b10 100644
--- a/src/components/custom/MissingKeysAlert.vue
+++ b/src/components/custom/MissingKeysAlert.vue
@@ -8,7 +8,7 @@
>
Some security keys are missing:
{{ missingKeys.join(', ') }}. Please check your zwave settings.
+ >. Please check your Z-Wave settings.
diff --git a/src/views/SmartStart.vue b/src/views/SmartStart.vue
index 06082446007..100fe4eb197 100644
--- a/src/views/SmartStart.vue
+++ b/src/views/SmartStart.vue
@@ -7,14 +7,32 @@
style="margin-bottom: 80px"
:search="search"
:options.sync="tableOptions"
+ @focus:row="onRowFocus"
+ @blur:row="onRowBlur"
+ @mouseenter:row="onRowFocus"
+ @mouseleave:row="onRowBlur"
>
Provisioning Entries
-
- When an entry has a Node associated it cannot be edited
-
+
+
+
+
+ When an entry has a Node associated it
+ cannot be edited
+
+
+
+
+