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