diff --git a/package.json b/package.json index 8e84acf3..c23e51ac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fdm-monster/client", - "version": "1.2.0", + "version": "1.2.1", "private": false, "author": "David Zwart", "license": "AGPL-3.0-or-later", diff --git a/src/assets/octoprint_logo_rgb_100px.png b/src/assets/octoprint_logo_rgb_100px.png new file mode 100644 index 00000000..dc943187 Binary files /dev/null and b/src/assets/octoprint_logo_rgb_100px.png differ diff --git a/src/components/Generic/FileExplorerSideNav.vue b/src/components/Generic/FileExplorerSideNav.vue index 53346e2f..066be58a 100644 --- a/src/components/Generic/FileExplorerSideNav.vue +++ b/src/components/Generic/FileExplorerSideNav.vue @@ -10,9 +10,21 @@ > - - {{ avatarInitials() }} - + + + Visit the OctoPrint associated to this printer + @@ -74,6 +86,25 @@ Manage FDM Monster instance + + + Visit the OctoPrint associated to this printer + diff --git a/src/plugins/vuetify.ts b/src/plugins/vuetify.ts index 0b0643c3..706b1d6d 100644 --- a/src/plugins/vuetify.ts +++ b/src/plugins/vuetify.ts @@ -32,5 +32,8 @@ export default new Vuetify({ }, icons: { iconfont: "md", + values: { + octoprint: "directions", + }, }, });