-
Notifications
You must be signed in to change notification settings - Fork 232
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed password login on remote machines Movement buttons control relative+absolute position again Invalid password notification is now hidden if the no password is used Updated package.json
- Loading branch information
Showing
7 changed files
with
14 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,10 @@ | ||
{ | ||
"name": "duetwebcontrol", | ||
"version": "2.0.0", | ||
"private": true, | ||
"repository": "github:chrishamm/DuetWebControl#next", | ||
"homepage": "https://forum.duet3d.com/category/27/duet-web-control", | ||
"license": "GPL-3.0", | ||
"author": "Christian Hammacher <[email protected]> (https://chrishamm.io)", | ||
"scripts": { | ||
"serve": "vue-cli-service serve", | ||
"build": "vue-cli-service build", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
</v-card-title> | ||
|
||
<v-card-text class="pt-0"> | ||
Duet Web Control 2.0.0-RC1 {{ electronics.firmware.version ? `/ RepRapFirmware ${electronics.firmware.version}` : '' }} | ||
Duet Web Control 2.0.0-RC2 {{ electronics.firmware.version ? `/ RepRapFirmware ${electronics.firmware.version}` : '' }} | ||
<br/><br/> | ||
Web Interface developed by <a href="mailto:[email protected]">Christian Hammacher</a> for <a href="https://www.duet3d.com" target="_blank">Duet3D</a> | ||
<br/> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters