Web UI: Polling on tables
This commit is contained in:
parent
7f085df240
commit
b3c9a50ead
20 changed files with 2028 additions and 361 deletions
|
@ -1,4 +1,4 @@
|
|||
import { APP } from './APP'
|
||||
import { get } from 'dot-prop'
|
||||
|
||||
class Helps {
|
||||
// Getters
|
||||
|
@ -11,7 +11,7 @@ class Helps {
|
|||
// ------------------------------------------------------------------------
|
||||
|
||||
static get (obj, prop, def = undefined) {
|
||||
return APP._.get(obj, prop, def)
|
||||
return get(obj, prop, def)
|
||||
}
|
||||
|
||||
static hasIn (obj, prop) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue