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:
@ -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>
|
||||
|
Reference in New Issue
Block a user