Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
SiCKRAGE
sickrage
Commits
7020ea5e
Commit
7020ea5e
authored
Jul 28, 2018
by
echel0n
Browse files
Reverted text-nowrap class for schedule view table episode name column
parent
764a9f16
Changes
2
Hide whitespace changes
Inline
Side-by-side
changelog.md
View file @
7020ea5e
# Changelog
-
*
f5984ff - 2018-07-28: Fix for issue #244 - reverse proxy
-
*
38565ca - 2018-07-28: Reverted text-nowrap class for schedule view table episode name column
-
*
764a9f1 - 2018-07-28: Fix for issue #244 - reverse proxy
-
*
e588aa6 - 2018-07-27: Pre-Release v9.3.56.dev8
-
*
33a0a4b - 2018-07-27: Added tablesorter with bootstrap 4 compatibility Case-insensitive sorting fixed for shows view
-
*
d086087 - 2018-07-27: Refactored table show show/episode column for history view Removed table footer from history view
...
...
sickrage/core/webserver/views/schedule.mako
View file @
7020ea5e
...
...
@@ -147,7 +147,7 @@
% endif
</td>
<td
class="text-nowrap"
>
<td>
% if cur_result['description']:
<i class="fas fa-exclamation-circle"
title="${cur_result["description"]}"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment