Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ambari-web/app/styles/theme/bootstrap-ambari.css
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
4 changes: 2 additions & 2 deletions ambari-web/app/templates/common/configs/services_config.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -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"}}>
Expand Down