Commit Graph

3 Commits

Author SHA1 Message Date
Akihiro Motoki eac3e7032a Drop Heat related code from horizon
Orchestration tab in the admin info panel needs a discussion.
It seems not to be covered by heat-dashboard yet.

blueprint heat-dashboard-split-out

Change-Id: I56e6edb1f2ac72e2f42d0e9f3291308e67f24cad
2017-12-05 07:38:55 +00:00
Lucas Palm 52d936efac Fixed the width of the stack template detail box
On the "Template" tab of the Stack details page (Project --> Orchestration
--> Stacks --> Stack Details), the gray box that surrounds the template text
is just a bit too wide. The edges extend right up to the side of the enclosing
<div> element, making it look bad.

To fix this, the "status" and "row" classes were removed from the parent div
element.  The "Stack Template" header was also removed from the page because it is
redundant inside a tab that already implies that it is the stack's template.

Change-Id: Ic8b17caf947534b0ac13e06b221a0d48802fb563
Closes-Bug: #1533366
2016-01-14 15:42:04 +00:00
Tatiana Ovchinnikova b6d5a749f1 'Stack Template' tab for Heat Stack Details page
Once you launch a stack from any template source (using raw data
or template file), there is no possibility to check this template
later from Horizon. This patch set adds 'Stack Template' tab to
Stack Details page.

Partially implements blueprint: heat-ui-improvement

Change-Id: I27fb687829f9c060ea55d81bcc0344a6e782da06
2014-11-11 10:56:52 +03:00