From 30c6038a856cd18641a9aa8e70ffe9a03fdc925e Mon Sep 17 00:00:00 2001 From: OVSharova Date: Thu, 15 Dec 2022 16:23:18 +0300 Subject: [PATCH] bug 59077 --- apps/common/main/lib/component/Tab.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/common/main/lib/component/Tab.js b/apps/common/main/lib/component/Tab.js index e7c644aaa..930582dc7 100644 --- a/apps/common/main/lib/component/Tab.js +++ b/apps/common/main/lib/component/Tab.js @@ -74,7 +74,9 @@ define([ render: function() { var el = this.template(this); this.$el = $(el); - + this.$el.find('span').tooltip({ + title: this.label, + placement: 'cursor'}); this.rendered = true; this.disable(this.disabled); return this;