diff --git a/common/fs/@types/sdk/index.d.ts b/common/fs/@types/sdk/index.d.ts
index 20e97ca00..cae8b864a 120000
--- a/common/fs/@types/sdk/index.d.ts
+++ b/common/fs/@types/sdk/index.d.ts
@@ -1 +1 @@
-../../../../sdk/dist/index.d.ts
\ No newline at end of file
+../../../../sdk/dist/src/index.d.ts
\ No newline at end of file
diff --git a/plugins/core/package-lock.json b/plugins/core/package-lock.json
index b0704ebf8..35cd6e451 100644
--- a/plugins/core/package-lock.json
+++ b/plugins/core/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "@scrypted/core",
- "version": "0.1.42",
+ "version": "0.1.44",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@scrypted/core",
- "version": "0.1.42",
+ "version": "0.1.44",
"license": "Apache-2.0",
"dependencies": {
"@scrypted/common": "file:../../common",
diff --git a/plugins/core/package.json b/plugins/core/package.json
index c8c006c91..3345b1a1d 100644
--- a/plugins/core/package.json
+++ b/plugins/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@scrypted/core",
- "version": "0.1.42",
+ "version": "0.1.44",
"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/components/AvailableMixins.vue b/plugins/core/ui/src/components/AvailableMixins.vue
index dae153231..7b4c09dc4 100644
--- a/plugins/core/ui/src/components/AvailableMixins.vue
+++ b/plugins/core/ui/src/components/AvailableMixins.vue
@@ -24,7 +24,7 @@
fa-external-link-alt
diff --git a/plugins/core/ui/src/interfaces/MixinProvider.vue b/plugins/core/ui/src/interfaces/MixinProvider.vue
index e03c5605f..af080f99b 100644
--- a/plugins/core/ui/src/interfaces/MixinProvider.vue
+++ b/plugins/core/ui/src/interfaces/MixinProvider.vue
@@ -16,7 +16,7 @@
-
+
{{ typeToIcon(mixin.type) }}
diff --git a/plugins/core/ui/src/interfaces/automation/Scriptable.vue b/plugins/core/ui/src/interfaces/automation/Scriptable.vue
index f89af3ccd..644e18523 100644
--- a/plugins/core/ui/src/interfaces/automation/Scriptable.vue
+++ b/plugins/core/ui/src/interfaces/automation/Scriptable.vue
@@ -39,7 +39,7 @@