mirror of
https://github.com/Doodle3D/doodle3d-client.git
synced 2024-11-21 17:07:55 +01:00
Download logs button #9
This commit is contained in:
parent
159adb8df8
commit
5f15b9945c
@ -346,6 +346,10 @@ function SettingsWindow() {
|
||||
});
|
||||
}
|
||||
|
||||
this.downloadlogs = function() {
|
||||
window.location.href = self.wifiboxURL + "/info/logfiles"
|
||||
}
|
||||
|
||||
/*
|
||||
* Networks ui
|
||||
*/
|
||||
|
@ -175,7 +175,10 @@
|
||||
</dl>
|
||||
</small>
|
||||
</fieldset>
|
||||
|
||||
<fieldset id="debugPanel">
|
||||
<legend>Debug</legend>
|
||||
<input type="button" onclick="settingsWindow.downloadlogs()" name="downloadlogs" value="Download logs" class="button" id="downloadlogs"/>
|
||||
</fieldset>
|
||||
</form><br/>
|
||||
</div>
|
||||
</body>
|
||||
|
Loading…
Reference in New Issue
Block a user