summaryrefslogtreecommitdiff
path: root/tuskar_ui/infrastructure/roles/templates/roles/info.html
blob: 2909bd1cfc88c0ee036f09dbfbe7a0a568b55244 (plain)
1
2
3
4
5
6
7
8
9
10
11
<noscript><h3>{{ step }}</h3></noscript>
<div class="row">
    <div class="col-sm-8">
      <div class="form form-horizontal">
        {% include "horizon/common/_horizontal_fields.html" %}
      </div>
    </div>
    <div class="col-sm-4">
      {{ step.get_help_text }}
    </div>
</div>