Display 'no access' when role is revoked

This commit is contained in:
richard-dds
2018-10-17 13:53:06 -04:00
parent 0a3c43576f
commit fcd16c1b3c
2 changed files with 11 additions and 6 deletions

View File

@@ -130,7 +130,7 @@
</li>
{% endfor %}
</ul>
<input type='hidden' name='env_{{ env.id }}' v-bind:value='new_role'/>
<input type='hidden' name='env_{{ env.id }}' v-bind:value='newRole'/>
<div class='block-list__footer'>
<div class='action-group'>
<button type='button' v-on:click="closeModal('{{ env.name }}RolesModal')" class='action-group__action usa-button'>Select Access Role</button>