mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-16 05:14:35 +02:00
Fixed permission state explanation checkboxes rendering
This commit is contained in:
parent
63a1855eb6
commit
e2875adc22
1 changed files with 2 additions and 2 deletions
|
@ -57,11 +57,11 @@
|
|||
<label class="form-check-label opacity-100">{% trans %}permission.legend.disallow{% endtrans %}</label>
|
||||
</div>
|
||||
<div class="form-check form-check-inline">
|
||||
<input class="form-check-input" type="checkbox" disabled>
|
||||
<input class="form-check-input" type="checkbox" checked disabled>
|
||||
<label class="form-check-label opacity-100">{% trans %}permission.legend.allow{% endtrans %}</label>
|
||||
</div>
|
||||
<div class="form-check form-check-inline">
|
||||
<input type="checkbox" class="tristate form-check-input" indeterminate="indeterminate" disabled>
|
||||
<input type="checkbox" class="tristate form-check-input" indeterminate="indeterminate" value="indeterminate" disabled>
|
||||
<label class="form-check-label opacity-100">{% trans %}permission.legend.inherit{% endtrans %}</label>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue