mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-09-09 22:54:18 +08:00
Make Admin => Config readonly #189
This commit is contained in:
parent
87548632a9
commit
43a1196dbb
1 changed files with 2 additions and 2 deletions
|
@ -9,10 +9,10 @@
|
|||
<td data-bind="text: name"></td>
|
||||
<td>
|
||||
<!-- ko if: 'checkbox' == type -->
|
||||
<input type="checkbox" data-bind="attr: {name: key, checked: value}"/>
|
||||
<input type="checkbox" data-bind="attr: {name: key, checked: value}" readonly=""/>
|
||||
<!-- /ko -->
|
||||
<!-- ko if: 'checkbox' != type -->
|
||||
<input data-bind="attr: {name: key, type: type}, value: value"/>
|
||||
<input data-bind="attr: {name: key, type: type}, value: value" readonly=""/>
|
||||
<!-- /ko -->
|
||||
<em data-bind="text: comment, visible: comment"></em>
|
||||
</td>
|
||||
|
|
Loading…
Add table
Reference in a new issue