Implement tabs on the Application details page
The License and Requirements tabs are not implemented. These tabs could be implemented with information from the UI/{project}.yaml file.
Any license information, and agreeing to it with a checkbox, could be added to the deployment wizard by adding a step in the UI/{project}.yaml file as such:
- licenseConfigur
fields:
- name: license
type: boolean
label: I agree to the Terms & Conditions
initial: false
required: true
css: {all: ['muranodashboa
If there are any requirements (these also could be pulled from the UI yaml file), they could be displayed in the Requirements tab. Requirements show up in the UI yaml file like so:
- instanceConfigu
fields:
- name: flavor
type: flavor
Blueprint information
- Status:
- Complete
- Approver:
- ruhe
- Priority:
- Medium
- Drafter:
- Ryan Peters
- Direction:
- Approved
- Assignee:
- Ryan Peters
- Definition:
- Approved
- Series goal:
- Accepted for juno
- Implementation:
- Implemented
- Milestone target:
- 2014.2
- Started by
- Ryan Peters
- Completed by
- ruhe
Related branches
Related bugs
Sprints
Whiteboard
Gerrit topic: https:/
Addressed by: https:/
Adds some minor formatting to application wizard
Addressed by: https:/
Implements the License and Requirements tabs