Repository: ambari Updated Branches: refs/heads/branch-2.4 73252b609 -> 9daef5669
AMBARI-17124 Hive Interactive setup UI widget "Interactive Query Queue" should be a simple dropdown (ababiichuk) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/9daef566 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/9daef566 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/9daef566 Branch: refs/heads/branch-2.4 Commit: 9daef5669b3f9a563d46bb991258ea8f7c2490fd Parents: 73252b6 Author: ababiichuk <[email protected]> Authored: Wed Jun 8 19:15:44 2016 +0300 Committer: ababiichuk <[email protected]> Committed: Wed Jun 8 19:28:45 2016 +0300 ---------------------------------------------------------------------- .../main/resources/stacks/HDP/2.5/services/HIVE/themes/theme.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/9daef566/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/themes/theme.json ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/themes/theme.json b/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/themes/theme.json index 8422603..1922b79 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/themes/theme.json +++ b/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/themes/theme.json @@ -225,7 +225,7 @@ { "config": "hive-interactive-site/hive.llap.daemon.queue.name", "widget": { - "type": "list" + "type": "combo" } }, {
