meshstats: show siteName
This commit is contained in:
parent
ed731f087f
commit
a774b91bc1
2 changed files with 3 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
|||
define(function () {
|
||||
return function () {
|
||||
return function (config) {
|
||||
var self = this
|
||||
var stats, timestamp
|
||||
|
||||
|
|
@ -23,7 +23,7 @@ define(function () {
|
|||
|
||||
self.render = function (el) {
|
||||
var h2 = document.createElement("h2")
|
||||
h2.textContent = "Übersicht"
|
||||
h2.textContent = config.siteName
|
||||
el.appendChild(h2)
|
||||
|
||||
var p = document.createElement("p")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue