initial commit
This commit is contained in:
parent
f8e10a1e09
commit
8a80fc6936
30 changed files with 2335 additions and 2664 deletions
|
@ -37,11 +37,11 @@ login?: string;
|
|||
div.append(img);
|
||||
}
|
||||
const statbox = document.createElement("div");
|
||||
statbox.classList.add("flexttb");
|
||||
statbox.classList.add("flexttb","flexgrow");
|
||||
|
||||
{
|
||||
const textbox = document.createElement("div");
|
||||
textbox.classList.add("flexttb", "instatancetextbox");
|
||||
textbox.classList.add("flexttb", "instancetextbox");
|
||||
const title = document.createElement("h2");
|
||||
title.innerText = instance.name;
|
||||
if(instance.online !== undefined){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue