mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-20 05:13:21 -07:00
Hide poster refresh icon in guest mode
This commit is contained in:
parent
b12bde4f79
commit
8c6e142314
10 changed files with 72 additions and 0 deletions
|
@ -39,8 +39,10 @@ DOCUMENTATION :: END
|
|||
<div class="row">
|
||||
% if data['library_art']:
|
||||
<div class="art-face" style="background-image:url(pms_image_proxy?img=${data['library_art']}&width=1920&height=1080)"></div>
|
||||
% if _session['user_group'] == 'admin':
|
||||
<span class="overlay-refresh-image info-art" title="Refresh background image"><i class="fa fa-refresh refresh_pms_image"></i></span>
|
||||
% endif
|
||||
% endif
|
||||
<div class="summary-container">
|
||||
<div class="summary-navbar">
|
||||
<div class="col-md-12">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue