cleanup
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[
|
||||
{
|
||||
"chan": "gps:agents",
|
||||
"chan": "system:gps:agents",
|
||||
"events": [
|
||||
{
|
||||
"eventName": "move",
|
||||
@@ -20,7 +20,7 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"chan": "agents:*",
|
||||
"chan": "arena:agents:*",
|
||||
"events": [
|
||||
{
|
||||
"eventName": "age",
|
||||
|
||||
@@ -78,7 +78,6 @@ class DashboardsController extends EICController {
|
||||
)
|
||||
}
|
||||
const box = getPref(viewName)
|
||||
console.log('====>',box, viewName)
|
||||
let left = box.x ? box.x : defaults.x
|
||||
let top = box.y ? box.y : defaults.y
|
||||
let width = box.w ? box.w : defaults.w
|
||||
|
||||
Reference in New Issue
Block a user