diff --git a/src/modules/pages/connection/list/list_item/list_item.ts b/src/modules/pages/connection/list/list_item/list_item.ts index cc1c054..d4b1ebf 100644 --- a/src/modules/pages/connection/list/list_item/list_item.ts +++ b/src/modules/pages/connection/list/list_item/list_item.ts @@ -55,6 +55,7 @@ export class ListItem extends BI.BasicButton { text: name, width: 200, textAlign: 'left', + title: name, ref: (_ref: any) => { this.nameLabel = _ref; }, diff --git a/src/modules/pages/connection_pool/list_item/list_item.ts b/src/modules/pages/connection_pool/list_item/list_item.ts index baf8d3c..814255e 100644 --- a/src/modules/pages/connection_pool/list_item/list_item.ts +++ b/src/modules/pages/connection_pool/list_item/list_item.ts @@ -21,6 +21,7 @@ export class ListItem extends BI.BasicButton { { type: Label, text: this.options.name, + title: this.options.name, width: 250, textAlign: 'left', },