You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by al...@apache.org on 2016/12/09 18:15:06 UTC

ambari git commit: AMBARI-19139. UI: Quick Link from Falcon has not correct name (Now: Falcon Dashboard), but before was 'Falcon Web UI' (alexantonenko)

Repository: ambari
Updated Branches:
  refs/heads/trunk c8ae4b415 -> d6c0587a3


AMBARI-19139. UI: Quick Link from Falcon has not correct name (Now: Falcon Dashboard), but before was 'Falcon Web UI' (alexantonenko)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/d6c0587a
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/d6c0587a
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/d6c0587a

Branch: refs/heads/trunk
Commit: d6c0587a317127b44f258b3f160284695e412f3e
Parents: c8ae4b4
Author: Alex Antonenko <hi...@gmail.com>
Authored: Thu Dec 8 20:10:13 2016 +0200
Committer: Alex Antonenko <hi...@gmail.com>
Committed: Fri Dec 9 20:15:01 2016 +0200

----------------------------------------------------------------------
 .../common-services/FALCON/0.5.0.2.1/quicklinks/quicklinks.json  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/d6c0587a/ambari-server/src/main/resources/common-services/FALCON/0.5.0.2.1/quicklinks/quicklinks.json
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/common-services/FALCON/0.5.0.2.1/quicklinks/quicklinks.json b/ambari-server/src/main/resources/common-services/FALCON/0.5.0.2.1/quicklinks/quicklinks.json
index cc81fca..152ff57 100644
--- a/ambari-server/src/main/resources/common-services/FALCON/0.5.0.2.1/quicklinks/quicklinks.json
+++ b/ambari-server/src/main/resources/common-services/FALCON/0.5.0.2.1/quicklinks/quicklinks.json
@@ -16,8 +16,8 @@
 
     "links": [
       {
-        "name": "falcon_dashboard",
-        "label": "Falcon Dashboard",
+        "name": "falcon_web_ui",
+        "label": "Falcon Web UI",
         "requires_user_name": "true",
         "component_name": "FALCON_SERVER",
         "url": "%@://%@:%@/",