mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-16 02:02:58 -07:00
Add message for no recently added items
This commit is contained in:
parent
e0b78adfee
commit
1ac4d43db2
2 changed files with 7 additions and 0 deletions
|
@ -1009,6 +1009,9 @@ a .dashboard-activity-metadata-user-thumb:hover {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #e9a049;
|
color: #e9a049;
|
||||||
}
|
}
|
||||||
|
#dashboard-no-recently-added {
|
||||||
|
margin-bottom: 20px;
|
||||||
|
}
|
||||||
.dashboard-recent-media-row {
|
.dashboard-recent-media-row {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
|
|
|
@ -31,6 +31,7 @@ DOCUMENTATION :: END
|
||||||
</%doc>
|
</%doc>
|
||||||
|
|
||||||
% if data != None:
|
% if data != None:
|
||||||
|
% if data:
|
||||||
<div class="dashboard-recent-media-row">
|
<div class="dashboard-recent-media-row">
|
||||||
<div id="recently-added-row-scroller" style="left: 0;">
|
<div id="recently-added-row-scroller" style="left: 0;">
|
||||||
<ul class="dashboard-recent-media list-unstyled">
|
<ul class="dashboard-recent-media list-unstyled">
|
||||||
|
@ -177,5 +178,8 @@ DOCUMENTATION :: END
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
% else:
|
% else:
|
||||||
|
<div id="dashboard-no-recently-added" class="text-muted">No recently added items.</div>
|
||||||
|
% endif
|
||||||
|
% else:
|
||||||
<div class="text-muted">There was an error communicating with your Plex Server.</div><br>
|
<div class="text-muted">There was an error communicating with your Plex Server.</div><br>
|
||||||
% endif
|
% endif
|
Loading…
Add table
Add a link
Reference in a new issue