From c341ade4d2ff38db75b946f2df99a875dca502b5 Mon Sep 17 00:00:00 2001 From: Koushik Dutta Date: Mon, 20 Sep 2021 13:45:58 -0700 Subject: [PATCH] core: device selector ui fixups --- plugins/core/package-lock.json | 4 ++-- plugins/core/package.json | 2 +- plugins/core/ui/src/interfaces/Setting.vue | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/core/package-lock.json b/plugins/core/package-lock.json index 197b8388d..5db33ca7e 100644 --- a/plugins/core/package-lock.json +++ b/plugins/core/package-lock.json @@ -1,12 +1,12 @@ { "name": "@scrypted/core", - "version": "0.0.91", + "version": "0.0.92", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@scrypted/core", - "version": "0.0.91", + "version": "0.0.92", "license": "Apache-2.0", "dependencies": { "@scrypted/sdk": "file:../../sdk", diff --git a/plugins/core/package.json b/plugins/core/package.json index 4e68a3259..9ffec3276 100644 --- a/plugins/core/package.json +++ b/plugins/core/package.json @@ -1,6 +1,6 @@ { "name": "@scrypted/core", - "version": "0.0.91", + "version": "0.0.92", "description": "Scrypted Core plugin. Provides the UI, websocket, and engine.io APIs.", "author": "Scrypted", "license": "Apache-2.0", diff --git a/plugins/core/ui/src/interfaces/Setting.vue b/plugins/core/ui/src/interfaces/Setting.vue index 72a4337c6..5de6728e4 100644 --- a/plugins/core/ui/src/interfaces/Setting.vue +++ b/plugins/core/ui/src/interfaces/Setting.vue @@ -144,7 +144,7 @@ export default { })); ret.splice(0, 0, { id: null, - text: "Select a Device", + text: this.lazyValue.placeholder || "Select a Device", }); return ret; },