This commit is contained in:
2020-04-01 22:57:24 +02:00
parent f57fa71a40
commit 5dd286b19d

View File

@@ -99,7 +99,9 @@
} }
}) })
.then(function (response) { .then(function (response) {
for (s in settings) {
settings[s].show = false;
};
app.settings["network"].show = true; app.settings["network"].show = true;
app.chartData = response.data; app.chartData = response.data;
app.counter += 1; app.counter += 1;