Merge pull request #324 from dod-ccpo/fix-members-list-screen
Use proper display name for workspace roles
This commit is contained in:
@@ -98,7 +98,7 @@
|
||||
<td class='table-cell--shrink'><span class="label label--info">No Environment Access</span></td>
|
||||
{% endif %}
|
||||
<td>{{ m.status }}</a></td>
|
||||
<td>{{ m.role }}</a></td>
|
||||
<td>{{ m.role_displayname }}</a></td>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
</tbody>
|
||||
|
Reference in New Issue
Block a user