core: device selector ui fixups

This commit is contained in:
Koushik Dutta
2021-09-20 13:45:58 -07:00
parent fe468bf5b7
commit c341ade4d2
3 changed files with 4 additions and 4 deletions

View File

@@ -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",

View File

@@ -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",

View File

@@ -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;
},