mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 13:33:34 -07:00
System page added, with link to logs
This commit is contained in:
parent
625acef635
commit
a9ac2500d5
9 changed files with 132 additions and 5 deletions
17
UI/System/LayoutTemplate.html
Normal file
17
UI/System/LayoutTemplate.html
Normal file
|
@ -0,0 +1,17 @@
|
|||
<div class="row">
|
||||
<div class="span12">
|
||||
<div id="toolbar"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<div class="span12">
|
||||
<div id="about"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<div class="span12">
|
||||
<div id="loading"></div>
|
||||
</div>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue