summaryrefslogtreecommitdiff
path: root/horizon/templates/horizon/common/_workflow_step.html
blob: 0c998875ecb6b0fc3f17e68a28013a344b9c8b0c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<noscript><h3>{{ step }}</h3></noscript>
<table class="table-fixed">
  <tbody>
    <tr>
      <td class="help_text">
          {{ step.get_help_text }}
      </td>
      <td class="actions">
          {% include "horizon/common/_form_fields.html" %}
      </td>
    </tr>
  </tbody>
</table>