Preparation for charts moved from here to laerm app
routes/api.js - removed unnecessary table entry app.js - removed unnecessary calls actions/ddata4maps.js - return options as object sensorspecials/noise.js - removed all references to xxxxxData-Calls - removed checks for /chart/... removed route/chartapi.js, sensorspecials/noisCharts.js and utilites/tables.js
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
// Command table for http calls
|
||||
|
||||
import * as getData from "../actions/getsensorData.js"
|
||||
import * as getProps from "../actions/getproperties.js"
|
||||
import * as getAKWs from "../actions/getAKWData.js"
|
||||
import * as holAddr from "../actions/getaddress.js"
|
||||
import * as radioact from "../sensorspecials/radioact.js"
|
||||
import * as noise from "../sensorspecials/noise.js"
|
||||
import {getData4map} from "../actions/data4map.js"
|
||||
import * as noiseChart from '../sensorspecials/noiseChart.js'
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user