diff --git a/tensorboard/webapp/runs/views/runs_table/runs_table_component.ng.html b/tensorboard/webapp/runs/views/runs_table/runs_table_component.ng.html
index cc63cd64f5..7ac5595acf 100644
--- a/tensorboard/webapp/runs/views/runs_table/runs_table_component.ng.html
+++ b/tensorboard/webapp/runs/views/runs_table/runs_table_component.ng.html
@@ -244,6 +244,7 @@
- {{ alias.aliasText }}
+ {{
+ alias.aliasText
+ }}
`,
styleUrls: [`experiment_alias_component.css`],
@@ -43,6 +45,9 @@ export class ExperimentAliasComponent {
@Input()
aliasEditable!: boolean;
+ @Input()
+ title?: string;
+
@Input()
isAliasNameLegal: boolean = true;