This is an automated email from the ASF dual-hosted git repository.

jialiang pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 731e4a9828 AMBARI-26198: Time range selector not automatically hide 
#3854
731e4a9828 is described below

commit 731e4a982872c19535190991273bcc174ef081ae
Author: zrain <[email protected]>
AuthorDate: Wed Oct 23 14:26:18 2024 +0800

    AMBARI-26198: Time range selector not automatically hide #3854
---
 ambari-web/app/templates/common/time_range_list.hbs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ambari-web/app/templates/common/time_range_list.hbs 
b/ambari-web/app/templates/common/time_range_list.hbs
index 790b885b00..a4a3bdc5a1 100644
--- a/ambari-web/app/templates/common/time_range_list.hbs
+++ b/ambari-web/app/templates/common/time_range_list.hbs
@@ -16,7 +16,7 @@
 * limitations under the License.
 }}
 
-<button type="button" id="time-select" class="btn btn-default dropdown-toggle" 
data-bs-toggle="dropdown"  rel="tooltip" {{bindAttr 
data-original-title="view.parentView.tooltipMessage"}}>
+<button type="button" id="time-select" class="btn btn-default dropdown-toggle" 
data-bs-toggle="dropdown" {{bindAttr 
data-original-title="view.parentView.tooltipMessage"}}>
   {{view.parentView.currentTimeRange.name}}{{#if 
view.parentView.isCustomTimeRange}}: 
{{view.parentView.customStartTimeFormatted}}{{/if}} &nbsp;<span 
class="caret"></span>
 </button>
 <ul id="time-select-options" class="dropdown-menu">


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to