mirror of
https://github.com/koush/scrypted.git
synced 2026-09-17 09:10:38 +01:00
core: remove ui cruft
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.108",
|
||||
"version": "0.0.109",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@scrypted/core",
|
||||
"version": "0.0.108",
|
||||
"version": "0.0.109",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@scrypted/sdk": "file:../../sdk",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@scrypted/core",
|
||||
"version": "0.0.108",
|
||||
"version": "0.0.109",
|
||||
"description": "Scrypted Core plugin. Provides the UI, websocket, and engine.io APIs.",
|
||||
"author": "Scrypted",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
@@ -255,7 +255,7 @@
|
||||
</v-card-actions>
|
||||
</v-card>
|
||||
</v-flex>
|
||||
|
||||
<!--
|
||||
<v-flex xs12 v-if="!ownerDevice && pluginData">
|
||||
<v-card raised>
|
||||
<v-card-title
|
||||
@@ -286,7 +286,7 @@
|
||||
/>
|
||||
</v-card-actions>
|
||||
</v-card>
|
||||
</v-flex>
|
||||
</v-flex> -->
|
||||
|
||||
<v-flex xs12 v-if="deviceComponent && deviceComponent !== 'Script'">
|
||||
<component
|
||||
|
||||
Reference in New Issue
Block a user