stuff
This commit is contained in:
@@ -67,9 +67,7 @@ export class PlantView {
|
||||
const plantRaw = template.replaceAll("${plantId}", String(plantId));
|
||||
this.plantDiv.innerHTML = plantRaw
|
||||
|
||||
this.plantDiv.classList.add("col-12" )
|
||||
this.plantDiv.classList.add("col-sm-6" )
|
||||
this.plantDiv.classList.add("col-md-auto" )
|
||||
this.plantDiv.classList.add("plantcontainer")
|
||||
parent.appendChild(this.plantDiv)
|
||||
|
||||
this.header = document.getElementById("plant_"+plantId+"_header")!
|
||||
|
||||
Reference in New Issue
Block a user