85e9f272bf
This makes the following changes on Environment->Service page: * Adds Tab for Services List inside Environment * Adds a new Tab for Topology Graph Added new API function to render d3 data for topology graph. Currently heat images are used. Change-Id: Icae70a3d2668a9b18d1c716d7a60ebdcf2faf5ea Implements: blueprint environment-topology-view
4 lines
134 B
HTML
4 lines
134 B
HTML
<img src="{{ app_image }}" width="35px" height="35px" />
|
|
<h3>Name: {{ name }}</h3>
|
|
<p>Type: {{ type }}</p>
|
|
<p>Status: {{ status }}</p> |