Compare commits
No commits in common. "db6dff5a9755f99d24a5bb9928bfea434508b9f9" and "1ca1f3e6e3ada516f5f90beaaa4132527ce62eae" have entirely different histories.
db6dff5a97
...
1ca1f3e6e3
2 changed files with 1 additions and 1 deletions
|
@ -532,7 +532,7 @@ function createSelectCell(max, value, step) {
|
||||||
// Gib die Zelle zurück
|
// Gib die Zelle zurück
|
||||||
return row;
|
return row;
|
||||||
}
|
}
|
||||||
|
|
||||||
function fillTableFromJson() {
|
function fillTableFromJson() {
|
||||||
// Lade JSON-Daten
|
// Lade JSON-Daten
|
||||||
fetch('http://{{IP_ADDRESS}}/tc_data_blocks_read')
|
fetch('http://{{IP_ADDRESS}}/tc_data_blocks_read')
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 439 KiB After Width: | Height: | Size: 458 KiB |
Loading…
Reference in a new issue