Repository: ambari Updated Branches: refs/heads/trunk e76f9df0b -> de154ac16
AMBARI-5014. Configure Services page comes up empty. (yusaku) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/de154ac1 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/de154ac1 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/de154ac1 Branch: refs/heads/trunk Commit: de154ac168df4711efc3271be8ddb3e0d20fa3d4 Parents: e76f9df Author: Yusaku Sako <[email protected]> Authored: Tue Mar 11 00:28:21 2014 -0700 Committer: Yusaku Sako <[email protected]> Committed: Tue Mar 11 00:28:21 2014 -0700 ---------------------------------------------------------------------- ambari-web/app/data/service_components.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/de154ac1/ambari-web/app/data/service_components.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/data/service_components.js b/ambari-web/app/data/service_components.js index 0eaa3c8..07292ed 100644 --- a/ambari-web/app/data/service_components.js +++ b/ambari-web/app/data/service_components.js @@ -416,7 +416,7 @@ if (App.supports.appTimelineServer) { display_name: 'App Timeline Server', isMaster: true, isClient: false, - stackVersions: ['2.1.1'], + stackVersions: ['2.1'], description: '' }; module.exports.push(appTimelineServerObj);
