|
@@ -238,7 +238,7 @@ export function refreshDiagnostics () {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
function getSystemTitle (title) {
|
|
function getSystemTitle (title) {
|
|
|
- return title.replace(' ', '')
|
|
|
|
|
|
|
+ return title.replaceAll(' ', '')
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
function marshalSingleDashboard (dashboard, nav) {
|
|
function marshalSingleDashboard (dashboard, nav) {
|