clear log on check-update

pull/110/head
openbuilds-engineer 2018-07-16 13:16:49 +02:00
rodzic bc65d3b7d6
commit 25e28c98b5
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -231,7 +231,7 @@
<div class="section" id="section-update">
<div class="group" style="width: calc(100vw - 90px);">
<button id="checkforupdatesbtn" class="ribbon-button" onclick="socket.emit('checkUpdates', true)">
<button id="checkforupdatesbtn" class="ribbon-button" onclick="$('#updateconsole').empty(); socket.emit('checkUpdates', true)">
<span class="icon">
<span class="fa-layers fa-fw">
<i class="fas fa-sync-alt fg-green" data-fa-transform="grow-8"></i>

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "OpenBuildsMachineDriver",
"version": "1.0.22",
"version": "1.0.23",
"license": "AGPL-3.0",
"description": "Machine Interface Driver for OpenBuilds",
"author": "github.com/openbuilds",