Finished up with IP-Ban functionality on the back-end. Just need to finish up with UI.
This commit is contained in:
parent
756c42ceaa
commit
977e8e1e2e
16 changed files with 284 additions and 67 deletions
|
|
@ -234,6 +234,7 @@ class canopyUXUtils{
|
|||
this.contentDiv.innerHTML = await utils.ajax.getPopup(this.content);
|
||||
}else{
|
||||
this.contentDiv.innerHTML = this.content;
|
||||
this.contentDiv.classList.add('popup-plaintext-content');
|
||||
}
|
||||
|
||||
//display popup nodes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue