Repository: ambari Updated Branches: refs/heads/trunk eba68bfcc -> c736b57a3
AMBARI-9976. Host component action dropdown should show all supported custom commands for that service component. Additional patch (alexantonenko) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/c736b57a Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/c736b57a Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/c736b57a Branch: refs/heads/trunk Commit: c736b57a3c0835466bdc30fbc1aea669b80e21df Parents: eba68bf Author: Alex Antonenko <[email protected]> Authored: Wed Mar 11 01:02:22 2015 +0200 Committer: Alex Antonenko <[email protected]> Committed: Wed Mar 11 01:02:22 2015 +0200 ---------------------------------------------------------------------- ambari-web/app/models/quick_links.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/c736b57a/ambari-web/app/models/quick_links.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/models/quick_links.js b/ambari-web/app/models/quick_links.js index 4d686d5..57f912a 100644 --- a/ambari-web/app/models/quick_links.js +++ b/ambari-web/app/models/quick_links.js @@ -286,9 +286,9 @@ App.QuickLinks.FIXTURES = [ { id:32, label:'Falcon Web UI', - url:'%@://%@:%@/', + url:'%@://%@:%@/index.html?user.name=%@', service_id: 'FALCON', - template:'%@://%@:%@/', + template:'%@://%@:%@/index.html?user.name=%@', http_config: 'falcon_port', site: 'falcon-env', regex: '^(\\d+)$',
