mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2025-02-25 18:55:32 -06:00
Placeholder for add button to make sure it works
This commit is contained in:
@@ -173,6 +173,9 @@ export class Dashboard {
|
||||
addItem.type = "button";
|
||||
addItem.classList.add("btn", "btn-success");
|
||||
addItem.innerText = "Add to Dashboard";
|
||||
addItem.onclick = () => {
|
||||
alert("not implemented yet");
|
||||
};
|
||||
content.appendChild(addItem);
|
||||
|
||||
this.parentDiv.appendChild(darken);
|
||||
|
||||
Reference in New Issue
Block a user