javascript typo
This commit is contained in:
parent
ac6f154f06
commit
7849611028
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ function connect() {
|
|||
row.querySelector('.status').innerText = data.status;
|
||||
if (data.status !== 'running') {
|
||||
row.querySelectorAll('.auto-apply').forEach(x => x.remove());
|
||||
row.querySelectorALL('.auto-reboot').forEach(x => x.remove());
|
||||
row.querySelectorAll('.auto-reboot').forEach(x => x.remove());
|
||||
row.querySelectorAll('button').forEach(x => x.remove());
|
||||
row.querySelectorAll('.progress').forEach(x => x.remove());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue