mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-19 21:03:21 -07:00
Initial Commit
This commit is contained in:
commit
88daa3fb91
1311 changed files with 256240 additions and 0 deletions
13
data/interfaces/default/shutdown.html
Normal file
13
data/interfaces/default/shutdown.html
Normal file
|
@ -0,0 +1,13 @@
|
|||
<%inherit file="base.html"/>
|
||||
|
||||
<%def name="headIncludes()">
|
||||
<meta http-equiv="refresh" content="${timer};url=index">
|
||||
</%def>
|
||||
|
||||
<%def name="body()">
|
||||
<div class="table_wrapper">
|
||||
<div id="shutdown">
|
||||
<h1><i class="fa fa-refresh fa-spin"></i> PlexPy is ${message}</h1>
|
||||
</div>
|
||||
</div>
|
||||
</%def>
|
Loading…
Add table
Add a link
Reference in a new issue