0
0
mirror of https://github.com/Doodle3D/doodle3d-client.git synced 2024-11-22 01:07:56 +01:00

Download logs button #9

This commit is contained in:
peteruithoven 2013-10-29 14:10:56 +01:00
parent 159adb8df8
commit 5f15b9945c
2 changed files with 8 additions and 1 deletions

View File

@ -346,6 +346,10 @@ function SettingsWindow() {
}); });
} }
this.downloadlogs = function() {
window.location.href = self.wifiboxURL + "/info/logfiles"
}
/* /*
* Networks ui * Networks ui
*/ */

View File

@ -175,7 +175,10 @@
</dl> </dl>
</small> </small>
</fieldset> </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/> </form><br/>
</div> </div>
</body> </body>