core: binary state inversion ui fix

This commit is contained in:
Koushik Dutta
2021-09-25 21:03:40 -07:00
parent 878e3b0167
commit a6402a0bbe
3 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

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