Repository: ambari Updated Branches: refs/heads/trunk 80b4392ab -> 6d6812a2c
AMBARI-9176. Ambari Job details screen generates a balloon that expands outside the screen (alexantonenko) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/6d6812a2 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/6d6812a2 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/6d6812a2 Branch: refs/heads/trunk Commit: 6d6812a2c77bc7c8d77d8e8969651edcc46e7880 Parents: 80b4392 Author: Alex Antonenko <[email protected]> Authored: Fri Jan 16 16:48:02 2015 +0200 Committer: Alex Antonenko <[email protected]> Committed: Fri Jan 16 16:48:02 2015 +0200 ---------------------------------------------------------------------- .../ui/app/scripts/views/job/hive_job_details_tez_dag_view.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/6d6812a2/contrib/views/jobs/src/main/resources/ui/app/scripts/views/job/hive_job_details_tez_dag_view.js ---------------------------------------------------------------------- diff --git a/contrib/views/jobs/src/main/resources/ui/app/scripts/views/job/hive_job_details_tez_dag_view.js b/contrib/views/jobs/src/main/resources/ui/app/scripts/views/job/hive_job_details_tez_dag_view.js index b13641a..772bf2f 100644 --- a/contrib/views/jobs/src/main/resources/ui/app/scripts/views/job/hive_job_details_tez_dag_view.js +++ b/contrib/views/jobs/src/main/resources/ui/app/scripts/views/job/hive_job_details_tez_dag_view.js @@ -781,7 +781,7 @@ App.MainHiveJobDetailsTezDagView = Em.View.extend({ App.tooltip($('.svg-tooltip'), { container: 'body', html: true, - placement: 'left', + placement: 'bottom', template: '<div class="tooltip jobs-tooltip"><div class="tooltip-arrow"></div><div class="tooltip-inner"></div></div>' });
