nodelist: sort by hostname
This commit is contained in:
parent
ad56296a83
commit
c6f8b5e8e4
|
@ -22,6 +22,7 @@ define(function () {
|
|||
var tr = document.createElement("tr")
|
||||
var th1 = document.createElement("th")
|
||||
th1.textContent = "Knoten"
|
||||
th1.classList.add("sort-default")
|
||||
tr.appendChild(th1)
|
||||
|
||||
var th2 = document.createElement("th")
|
||||
|
|
Loading…
Reference in a new issue