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