Repository: ambari Updated Branches: refs/heads/trunk be36f4856 -> 74db73517
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/74db7351 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/74db7351 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/74db7351 Branch: refs/heads/trunk Commit: 74db7351782482eac93241213834c863f587560e Parents: be36f48 Author: ababiichuk <[email protected]> Authored: Wed Jun 8 19:15:44 2016 +0300 Committer: ababiichuk <[email protected]> Committed: Wed Jun 8 19:29:40 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/74db7351/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" } }, {
