You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Xi Wang (JIRA)" <ji...@apache.org> on 2016/01/29 00:53:39 UTC

[jira] [Created] (AMBARI-14837) Versions: display all versions as tabs on left side, version details on selecting

Xi Wang created AMBARI-14837:
--------------------------------

             Summary: Versions: display all versions as tabs on left side, version details on selecting
                 Key: AMBARI-14837
                 URL: https://issues.apache.org/jira/browse/AMBARI-14837
             Project: Ambari
          Issue Type: Task
          Components: ambari-web
    Affects Versions: 2.4.0
            Reporter: Xi Wang
            Assignee: Xi Wang
            Priority: Critical
             Fix For: 2.4.0


This one is to implement" Manage Ambari > Versions" page. 

1. All versions show be displayed as tabs on the left side,  each patch version should be a child of its parent stack version.
2. On selecting a version (either patch version or original stack version), all the version definition info show up on the right side.
    This look should be the same as register version page. "Details" and "Contents" are un-editable, "Repos" is editable and addable.
3. Add a mark/icon to the patch versions to differentiate them from original stack versions. 

Related API:
{code}
GET /api/v1/stacks/HDP/versions/2.3/repository_versions

PUT /api/v1/stacks/HDP/versions/2.3/repository_versions   // for editing repo urls
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)