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 a297895f02 AMBARI-26195: Ambari database page not wokring after JQ
upgrade #3885
a297895f02 is described below
commit a297895f02b89021a1430fef7b503d6712ceaa28
Author: zrain <[email protected]>
AuthorDate: Tue Nov 19 14:32:12 2024 +0800
AMBARI-26195: Ambari database page not wokring after JQ upgrade #3885
---
ambari-web/app/styles/theme/bootstrap-ambari.css | 2 +-
ambari-web/app/templates/common/configs/services_config.hbs | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/ambari-web/app/styles/theme/bootstrap-ambari.css
b/ambari-web/app/styles/theme/bootstrap-ambari.css
index bc93ad4d1e..507d479048 100644
--- a/ambari-web/app/styles/theme/bootstrap-ambari.css
+++ b/ambari-web/app/styles/theme/bootstrap-ambari.css
@@ -855,7 +855,7 @@ input[checked="checked"] + .host-component-checkbox::before
{
}
.nav.nav-tabs li a.active {
- border-bottom: 1px solid #000 !important;
+ border-bottom: 3px solid #3FAE2A;;
}
#skip-validation label:before,
diff --git a/ambari-web/app/templates/common/configs/services_config.hbs
b/ambari-web/app/templates/common/configs/services_config.hbs
index 3a8d4b8ae4..c2e3b5dfd0 100644
--- a/ambari-web/app/templates/common/configs/services_config.hbs
+++ b/ambari-web/app/templates/common/configs/services_config.hbs
@@ -52,8 +52,8 @@
{{#each service in controller.stepConfigs}}
{{#if service.showConfig}}
{{#view App.ServiceConfigTab}}
- <a href="#{{unbound service.serviceName}}" {{bindAttr
class=":active service.selected:new"}}
- data-toggle="tab" {{action selectService service
target="controller"}}>
+ <a href="#{{unbound service.serviceName}}" {{bindAttr
class="service.selected:new"}}
+ data-bs-toggle="tab" {{action selectService service
target="controller"}}>
{{service.displayName}}
{{#if service.errorCount}}
<span class="alert-badge" {{QAAttr "error-badge"}}>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]