
Before this commit murano used 'murano' as the name of it's dashboard. This is too specific and contradicts with general practice of naming dashboards after the names of the service. This also prevents us from re-using the same dashboard in murano-dashboard and app-catalog-ui Targets bp: catalog-dashboard-reorg Change-Id: I3df3865f6bf82626325e66120c408552260c7e2b
12 lines
419 B
HTML
12 lines
419 B
HTML
{% load i18n %}
|
|
|
|
<div class="col-xs-2 draggable_app">
|
|
<div class="well well-sm" draggable="true">
|
|
<img class="centering" src="{% url 'horizon:app-catalog:catalog:images' app.id %}"
|
|
height="50" width="50" draggable="false"/>
|
|
<input type="hidden" value="{% url 'horizon:app-catalog:catalog:add' app.id environment_id 'True' 'True' %}"/>
|
|
<div class="centering">{{ app.name }}</div>
|
|
</div>
|
|
</div>
|
|
|