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