horizon/openstack_dashboard/templates/_stylesheets.html
Radomir Dopieralski ea47f96a66 Wizard UI for Workflow
This BP implements a wizard UI for modal workflow dialog.

implements bp wizard-ui-for-workflow

Change-Id: Ica1a7e085b016417d285eb6355e70836f68ac170
2014-01-07 11:35:49 +01:00

11 lines
587 B
HTML

{% load compress %}
{% compress css %}
<link href='{{ STATIC_URL }}dashboard/less/horizon.less' type='text/less' media='screen' rel='stylesheet' />
<link href='{{ STATIC_URL }}dashboard/less/rickshaw.css' type='text/css' media='screen' rel='stylesheet' />
<link href='{{ STATIC_URL }}dashboard/less/horizon_charts.less' type='text/less' media='screen' rel='stylesheet' />
<link href='{{ STATIC_URL }}dashboard/less/horizon_workflow.less' type='text/less' media='screen' rel='stylesheet' />
{% endcompress %}
<link rel="shortcut icon" href="{{ STATIC_URL }}dashboard/img/favicon.ico"/>