AMBARI-17094 Admin View: edit remote cluster page broken. (ababiichuk)
Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/c9364fad Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/c9364fad Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/c9364fad Branch: refs/heads/branch-2.4 Commit: c9364fadb3cc939b8293a170fdf0945755bd7933 Parents: 6ab48a9 Author: ababiichuk <[email protected]> Authored: Tue Jun 7 15:56:08 2016 +0300 Committer: ababiichuk <[email protected]> Committed: Tue Jun 7 15:59:22 2016 +0300 ---------------------------------------------------------------------- ambari-admin/src/main/resources/ui/admin-web/app/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/c9364fad/ambari-admin/src/main/resources/ui/admin-web/app/index.html ---------------------------------------------------------------------- diff --git a/ambari-admin/src/main/resources/ui/admin-web/app/index.html b/ambari-admin/src/main/resources/ui/admin-web/app/index.html index 11e0a2e..25379c1 100644 --- a/ambari-admin/src/main/resources/ui/admin-web/app/index.html +++ b/ambari-admin/src/main/resources/ui/admin-web/app/index.html @@ -166,7 +166,7 @@ <script src="scripts/services/PermissionLoader.js"></script> <script src="scripts/services/PermissionsSaver.js"></script> <script src="scripts/services/ConfirmationModal.js"></script> -<script src="scripts/services/deregisterClusterModal.js"></script> +<script src="scripts/services/DeregisterClusterModal.js"></script> <script src="scripts/services/Auth.js"></script> <script src="scripts/services/GetDifference.js"></script> <script src="scripts/services/UnsavedDialog.js"></script>
