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();