spravne poradie inicializacie tabov
This commit is contained in:
@@ -90,6 +90,10 @@
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
for (s in settings) {
|
||||||
|
settings[s].show = false;
|
||||||
|
};
|
||||||
|
app.settings["network"].show = true;
|
||||||
|
|
||||||
axios.get('{{ url('/data') }}', {
|
axios.get('{{ url('/data') }}', {
|
||||||
params: {
|
params: {
|
||||||
@@ -99,10 +103,6 @@
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
.then(function (response) {
|
.then(function (response) {
|
||||||
for (s in settings) {
|
|
||||||
settings[s].show = false;
|
|
||||||
};
|
|
||||||
app.settings["network"].show = true;
|
|
||||||
app.chartData = response.data;
|
app.chartData = response.data;
|
||||||
app.counter += 1;
|
app.counter += 1;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user