Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
trying to get the PAS logs to refresh to the bottom of the list
  • Loading branch information
HawksRepos authored Dec 31, 2019
1 parent 33d2109 commit a6588dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion menu/pgui/templates/test-index.php
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@
<tr>
<td colspan="6" bgcolor="#000000" style="color: #F7F6F6; font-family: Segoe, 'Segoe UI', 'DejaVu Sans', 'Trebuchet MS', Verdana, sans-serif; font-weight: bold; font-size: medium;">
<span class="test" style="color: #FFFFFF; font-family: Segoe, 'Segoe UI', 'DejaVu Sans', 'Trebuchet MS', Verdana, sans-serif; font-size: medium;">
<div class="autologs"><?php $output = shell_exec('tail -n 100 /plex_autoscan/plex_autoscan.log');echo "<pre>$output</pre>";?></div>
<div class="auto"><?php $output = shell_exec('tail -n 100 /plex_autoscan/plex_autoscan.log');echo "<pre>$output</pre>";?></div>
</span></td>
</tr>
</tbody>
Expand Down

0 comments on commit a6588dd

Please sign in to comment.