diff --git a/index.html b/index.html index 3f97d323b8..105b2d49e0 100644 --- a/index.html +++ b/index.html @@ -195,6 +195,7 @@ )); openmct.install(openmct.plugins.Clock({ enableClockIndicator: true })); openmct.install(openmct.plugins.Timer()); + openmct.install(openmct.plugins.Timelist()); openmct.start(); diff --git a/src/plugins/folderView/components/ListView.vue b/src/plugins/folderView/components/ListView.vue index 3a1b22dd89..1811b91701 100644 --- a/src/plugins/folderView/components/ListView.vue +++ b/src/plugins/folderView/components/ListView.vue @@ -1,5 +1,5 @@