[BUGFIX] Allow missing site
This commit is contained in:
parent
a5d4140bda
commit
e2a6200d75
@ -45,7 +45,7 @@ define(['sorttable', 'snabbdom', 'd3-interpolate', 'moment', 'helper'],
|
||||
}
|
||||
});
|
||||
}
|
||||
return rt;
|
||||
return rt || undefined;
|
||||
}
|
||||
|
||||
function showUptime(d) {
|
||||
|
Loading…
Reference in New Issue
Block a user