murano-dashboard/muranodashboard/templates/services/_application_info.html
Georgy Okrokvertskhov 85e9f272bf Add Topology Tab for Services
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
2014-03-12 10:20:28 -07:00

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>