2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-20 22:06:28 +00:00

Add API endpoint which provides list of role permissions available to current user

This commit is contained in:
Oliver Walters
2021-02-26 17:52:06 +11:00
parent cd5bc395f2
commit 5c61c18dc4
3 changed files with 54 additions and 5 deletions

View File

@ -144,7 +144,8 @@
</div>
<div class='panel-content'>
{% block details %}
<table class='table table-striped table-condensed' id='part-table'></table>
<table class='table table-striped table-condensed' data-toolbar='#button-toolbar' id='part-table'>
</table>
{% endblock %}
</div>
</div>