diff --git a/WebHostLib/static/tracker.css b/WebHostLib/static/tracker.css index 293fe7a5..022b493b 100644 --- a/WebHostLib/static/tracker.css +++ b/WebHostLib/static/tracker.css @@ -25,6 +25,10 @@ margin-right: 1rem; } +#multi-stream-link{ + margin-right: 1rem; +} + div.dataTables_wrapper.no-footer .dataTables_scrollBody{ border: none; } diff --git a/WebHostLib/static/tracker.js b/WebHostLib/static/tracker.js index b2cc22e8..50cb518c 100644 --- a/WebHostLib/static/tracker.js +++ b/WebHostLib/static/tracker.js @@ -43,6 +43,7 @@ window.addEventListener('load', () => { $(old_table.settings()[0].nScrollBody).scrollTop(topscroll); $(old_table.settings()[0].nScrollBody).scrollLeft(leftscroll); }); + $("#multi-stream-link").replaceWith(target.find("#multi-stream-link")); } else { console.log("Failed to connect to Server, in order to update Table Data."); console.log(response); diff --git a/WebHostLib/templates/tracker.html b/WebHostLib/templates/tracker.html index 5519a657..569ad7f5 100644 --- a/WebHostLib/templates/tracker.html +++ b/WebHostLib/templates/tracker.html @@ -10,11 +10,11 @@
Finder | +Receiver | +Item | +Location | +Entrance | +Found | +||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Finder | -Receiver | -Item | -Location | -Entrance | -Found | +{{ long_player_names[team, hint.finding_player] }} | +{{ long_player_names[team, hint.receiving_player] }} | +{{ hint.item|item_name }} | +{{ hint.location|location_name }} | +{% if hint.entrance %}{{ hint.entrance }}{% else %}Vanilla{% endif %} | +{% if hint.found %}✔{% endif %} |
{{ player_names[team, hint.finding_player] }} | -{{ player_names[team, hint.receiving_player] }} | -{{ hint.item|item_name }} | -{{ hint.location|location_name }} | -{% if hint.entrance %}{{ hint.entrance }}{% else %}Vanilla{% endif %} | -{% if hint.found %}✔{% endif %} | -