Repository: ambari Updated Branches: refs/heads/trunk 9efa63da0 -> 372514d90
AMBARI-7371. Admin View : Set <system>true</system> in view.xml. (jaimin) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/372514d9 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/372514d9 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/372514d9 Branch: refs/heads/trunk Commit: 372514d904d935a8220dfbdc261c1825c1431ead Parents: 9efa63d Author: Jaimin Jetly <[email protected]> Authored: Wed Sep 17 13:57:18 2014 -0700 Committer: Jaimin Jetly <[email protected]> Committed: Wed Sep 17 13:57:18 2014 -0700 ---------------------------------------------------------------------- ambari-admin/src/main/resources/view.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/372514d9/ambari-admin/src/main/resources/view.xml ---------------------------------------------------------------------- diff --git a/ambari-admin/src/main/resources/view.xml b/ambari-admin/src/main/resources/view.xml index c618a8a..9bb4d8e 100644 --- a/ambari-admin/src/main/resources/view.xml +++ b/ambari-admin/src/main/resources/view.xml @@ -18,6 +18,7 @@ limitations under the License. Kerberos, LDAP, Custom. Binary/Htt <name>ADMIN_VIEW</name> <label>Ambari Admin View</label> <version>1.0.0</version> + <system>true</system> <instance> <name>INSTANCE</name> <visible>false</visible>
