Repository: ambari Updated Branches: refs/heads/trunk a08bdc061 -> f9d37dfbc
AMBARI-19237. Upper case for selected config group (alexantonenko) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/f9d37dfb Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/f9d37dfb Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/f9d37dfb Branch: refs/heads/trunk Commit: f9d37dfbc9b23b92eb3fd2514611513066c3300d Parents: a08bdc0 Author: Alex Antonenko <[email protected]> Authored: Mon Dec 19 16:36:55 2016 +0200 Committer: Alex Antonenko <[email protected]> Committed: Mon Dec 19 18:18:12 2016 +0200 ---------------------------------------------------------------------- ambari-web/app/templates/common/configs/service_config.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/f9d37dfb/ambari-web/app/templates/common/configs/service_config.hbs ---------------------------------------------------------------------- diff --git a/ambari-web/app/templates/common/configs/service_config.hbs b/ambari-web/app/templates/common/configs/service_config.hbs index d25515a..f071dd2 100644 --- a/ambari-web/app/templates/common/configs/service_config.hbs +++ b/ambari-web/app/templates/common/configs/service_config.hbs @@ -51,7 +51,7 @@ {{t common.group}} <span class="btn-group config-groups-dropdown"> {{#if controller.configGroupsAreLoaded}} - <button {{bindAttr disabled="controller.isHostsConfigsPage"}} class="btn btn-default dropdown-toggle first" + <button {{bindAttr disabled="controller.isHostsConfigsPage"}} style="text-transform: none;" class="btn btn-default dropdown-toggle first" data-toggle="dropdown">{{selectedConfigGroup.displayNameHosts}}</button> <button {{bindAttr disabled="controller.isHostsConfigsPage"}} class="btn btn-default dropdown-toggle" data-toggle="dropdown"> <span class="caret"></span>
