horizon/openstack_dashboard/templates/header/_keystone_provider_selection.html
Elvin Tubillara 69eb05ae71 Keystone to Keystone Federation Drop Down
This adds a dropdown to enable the user to switch Keystone providers using
Keystone to Keystone Federation.

Depends-On: I75b1a10a3b40b5544b60f6fdc060e0070c585977
Change-Id: Id39bf8d21c537347cbd23f63eaa3da8cc1bfff46
Implements: blueprint k2k-horizon
2017-01-19 14:59:01 -06:00

11 lines
213 B
HTML

{% if not_list %}
<div class="dropdown">
{% else %}
<li class="dropdown">
{% endif %}
{% include "horizon/common/_keystone_provider_selector.html" %}
{% if not_list %}
</div>
{% else %}
</li>
{% endif %}