Explorar o código

Merge to rebase

jamesread %!s(int64=5) %!d(string=hai) anos
pai
achega
285e867128
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      webui/main.js

+ 1 - 2
webui/main.js

@@ -27,11 +27,10 @@ function showSection (name) {
 function setupSections() {
   document.getElementById('showActions').onclick = () => { showSection('Actions') };
   document.getElementById('showLogs').onclick = () => { showSection('Logs') }
-
+  
   showSection('Actions');
 }
 
-
 function fetchGetButtons() {
   window.fetch(window.restBaseUrl + 'GetButtons', {
     cors: 'cors'