Spinner eingebaut
Fehlermeldungen pro TAB getrennt
This commit is contained in:
@@ -238,3 +238,12 @@ export const cityCoords = async (city) => {
|
||||
}
|
||||
}
|
||||
|
||||
// table to distribute the different charts
|
||||
export const ttIndex = Object.freeze({
|
||||
map: 0,
|
||||
live: 1,
|
||||
havg: 2,
|
||||
davg: 3,
|
||||
daynight: 4,
|
||||
lden: 5
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user