mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-14 02:26:58 -07:00
Add modal popup for admin login from menu
This commit is contained in:
parent
1622b0fa29
commit
2f8e768c5c
4 changed files with 72 additions and 7 deletions
|
@ -31,13 +31,13 @@
|
|||
${msg}
|
||||
</div>
|
||||
% endif
|
||||
<div class="username-group form-group">
|
||||
<div class="form-group">
|
||||
<label for="username" class="control-label">
|
||||
Username
|
||||
</label>
|
||||
<input type="text" id="username" name="username" class="form-control" autocorrect="off" autocapitalize="off" value="${username}" autofocus>
|
||||
</div>
|
||||
<div class="password-group form-group">
|
||||
<div class="form-group">
|
||||
<label for="password" class="control-label">
|
||||
Password
|
||||
</label>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue