Merge to rebase
This commit is contained in:
commit
285e867128
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in New Issue