nodelist: sort by hostname

This commit is contained in:
Nils Schneider 2015-03-26 01:33:09 +01:00
parent ad56296a83
commit c6f8b5e8e4
1 changed files with 1 additions and 0 deletions

View File

@ -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")