This commit is contained in:
parent
6caf3d6d40
commit
d803c8df7a
@ -6,7 +6,7 @@ services:
|
|||||||
container_name: fediblock-instance
|
container_name: fediblock-instance
|
||||||
restart: always
|
restart: always
|
||||||
user: node
|
user: node
|
||||||
cpus: "0.5"
|
cpus: "0.7"
|
||||||
mem_limit: "1g"
|
mem_limit: "1g"
|
||||||
memswap_limit: "1g"
|
memswap_limit: "1g"
|
||||||
ports:
|
ports:
|
||||||
|
@ -39,6 +39,7 @@ document.addEventListener('DOMContentLoaded', function () {
|
|||||||
if (res && res.block_count >= 0) {
|
if (res && res.block_count >= 0) {
|
||||||
document.getElementById('blockcount').innerText = res.block_count
|
document.getElementById('blockcount').innerText = res.block_count
|
||||||
document.getElementById('blockinstance').innerText = 'ing ' + content
|
document.getElementById('blockinstance').innerText = 'ing ' + content
|
||||||
|
document.getElementById('blocktook').innerText = ''
|
||||||
var list = document.getElementById('blocklist'),
|
var list = document.getElementById('blocklist'),
|
||||||
download = document.getElementById('download')
|
download = document.getElementById('download')
|
||||||
download.removeAttribute('href')
|
download.removeAttribute('href')
|
||||||
|
Loading…
Reference in New Issue
Block a user