mirror of
https://github.com/koush/scrypted.git
synced 2026-02-28 08:22:29 +00:00
core: binary state inversion ui fix
This commit is contained in:
4
plugins/core/package-lock.json
generated
4
plugins/core/package-lock.json
generated
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "@scrypted/core",
|
||||
"version": "0.0.98",
|
||||
"version": "0.0.99",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@scrypted/core",
|
||||
"version": "0.0.98",
|
||||
"version": "0.0.99",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@scrypted/sdk": "file:../../sdk",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@scrypted/core",
|
||||
"version": "0.0.98",
|
||||
"version": "0.0.99",
|
||||
"description": "Scrypted Core plugin. Provides the UI, websocket, and engine.io APIs.",
|
||||
"author": "Scrypted",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
small
|
||||
>far fa-circle</v-icon>
|
||||
</template>
|
||||
<span>{{ !lazyValue.binaryState ? 'Binary State True ' : 'Binary State False' }}</span>
|
||||
<span>{{ !lazyValue.binaryState ? 'Binary State False ' : 'Binary State True' }}</span>
|
||||
</v-tooltip>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user