mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-19 21:03:21 -07:00
API key readonly instead of disabled
This commit is contained in:
parent
c649ebfcc0
commit
fdc7078e5c
2 changed files with 5 additions and 2 deletions
|
@ -541,7 +541,7 @@
|
|||
<div class="row">
|
||||
<div class="col-md-6">
|
||||
<div class="input-group">
|
||||
<input class="form-control" type="text" name="api_key" id="api_key" value="${config['api_key']}" size="20" disabled>
|
||||
<input class="form-control" type="text" name="api_key" id="api_key" value="${config['api_key']}" size="20" readonly>
|
||||
<span class="input-group-btn">
|
||||
<button class="btn btn-form" type="button" id="generate_api">Generate</button>
|
||||
</span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue