mirror of
https://github.com/nasa/openmct.git
synced 2025-06-16 06:08:11 +00:00
[List] Use standard format for modified/persisted times (#1737)
* [List] Use standard format for modified/persisted times This provides consistency with other times and dates in the user interface, and also provides a meaningful sort order due to the use of ISO formats for standard date/time presentation. Fixes #1730. * Remove unused dependency
This commit is contained in:
committed by
Pete Richards
parent
77c7bdfdec
commit
7442768ced
@ -49,7 +49,7 @@
|
||||
{
|
||||
"key": "ListViewController",
|
||||
"implementation": ListViewController,
|
||||
"depends": ["$scope"]
|
||||
"depends": ["$scope", "formatService"]
|
||||
}
|
||||
],
|
||||
"directives": [
|
||||
|
Reference in New Issue
Block a user