We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b3200f commit 2fbc170Copy full SHA for 2fbc170
templates/EnigmaOps/showAccessHistory.html
@@ -140,11 +140,14 @@ <h2 class="h5 no-margin-bottom">Access List</h2>
140
<td>{{ item.requestId }}</td>
141
<td>{{ item.access_desc }}</td>
142
<td>{{ item.accessCategory }} details: {{ item.accessMeta | pprint }}</td>
143
- {% if item.approver_1 %}
144
- <td>{{ item.approver_1 }}</td>
145
- {% elif item.approver_2 %}
146
- <td>1: {{ item.approver_1 }}
147
- 2: {{ item.approver_2 }}</td>
+ {% if item.approver_2 %}
+ <td>
+ 1: {{ item.approver_1 }}
+ <br>
+ 2: {{ item.approver_2 }}
148
+ </td>
149
+ {% else %}
150
+ <td>{{ item.approver_1 }}</td>
151
{% endif %}
152
<td>{{ item.status }}</td>
153
<td>{{ item.accessReason }}</td>
0 commit comments