mirror of
https://github.com/nasa/openmct.git
synced 2025-01-20 03:36:44 +00:00
Re-enabled plots and scrolling
This commit is contained in:
parent
de256835fd
commit
2145bcf908
@ -9,8 +9,7 @@
|
|||||||
"templateUrl": "templates/plot.html",
|
"templateUrl": "templates/plot.html",
|
||||||
"needs": [ "telemetry" ],
|
"needs": [ "telemetry" ],
|
||||||
"priority": "preferred",
|
"priority": "preferred",
|
||||||
"delegation": true,
|
"delegation": true
|
||||||
"editable": false
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"directives": [
|
"directives": [
|
||||||
|
@ -10,7 +10,6 @@
|
|||||||
"description": "Scrolling list of real time messages.",
|
"description": "Scrolling list of real time messages.",
|
||||||
"templateUrl": "templates/rtmessages.html",
|
"templateUrl": "templates/rtmessages.html",
|
||||||
"needs": [ "telemetry" ],
|
"needs": [ "telemetry" ],
|
||||||
"editable": false,
|
|
||||||
"delegation": true
|
"delegation": true
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
@ -10,7 +10,6 @@
|
|||||||
"description": "Scrolling list of data values.",
|
"description": "Scrolling list of data values.",
|
||||||
"templateUrl": "templates/rtscrolling.html",
|
"templateUrl": "templates/rtscrolling.html",
|
||||||
"needs": [ "telemetry" ],
|
"needs": [ "telemetry" ],
|
||||||
"editable": false,
|
|
||||||
"delegation": true
|
"delegation": true
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
@ -10,8 +10,7 @@
|
|||||||
"description": "Scrolling list of data values.",
|
"description": "Scrolling list of data values.",
|
||||||
"templateUrl": "templates/scrolling.html",
|
"templateUrl": "templates/scrolling.html",
|
||||||
"needs": [ "telemetry" ],
|
"needs": [ "telemetry" ],
|
||||||
"delegation": true,
|
"delegation": true
|
||||||
"editable": false
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"controllers": [
|
"controllers": [
|
||||||
|
Loading…
Reference in New Issue
Block a user