From 74b2fae044c6a1c0f5978a66e31e8d7e5e936462 Mon Sep 17 00:00:00 2001 From: Daniel Lando Date: Mon, 17 Jun 2024 11:29:32 +0200 Subject: [PATCH] feat(ui): allow to change name/loc of provisioning entries binded to included nodes Fixes #3699 --- src/views/SmartStart.vue | 319 ++++++++++++++++++++++----------------- 1 file changed, 178 insertions(+), 141 deletions(-) diff --git a/src/views/SmartStart.vue b/src/views/SmartStart.vue index 5981700fa8..d23419c7a6 100644 --- a/src/views/SmartStart.vue +++ b/src/views/SmartStart.vue @@ -7,10 +7,6 @@ style="margin-bottom: 80px" :search="search" :options.sync="tableOptions" - @focus:row="onRowFocus" - @blur:row="onRowBlur" - @mouseenter:row="onRowFocus" - @mouseleave:row="onRowBlur" >