diff --git a/index.html b/index.html
index 1034cd506e..3911020002 100644
--- a/index.html
+++ b/index.html
@@ -113,7 +113,10 @@
openmct.install(openmct.plugins.LADTable());
openmct.install(openmct.plugins.Filters(['table', 'telemetry.plot.overlay']));
openmct.install(openmct.plugins.ObjectMigration());
- openmct.install(openmct.plugins.ClearData(['table', 'telemetry.plot.overlay', 'telemetry.plot.stacked']));
+ openmct.install(openmct.plugins.ClearData(
+ ['table', 'telemetry.plot.overlay', 'telemetry.plot.stacked'],
+ {indicator: true}
+ ));
openmct.start();