Skip to content

Commit d5c7a6b

Browse files
committed
scroll to bottom of log
1 parent 361303c commit d5c7a6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/nodeapplog.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</div>
1414
<!-- End toolbar -->
1515
<div class="container">
16-
<textarea class="form-control" style="width: 100%; height: 50vh; overflow-y: scroll;" readonly><?php
16+
<textarea id="logTextarea" class="form-control" style="width: 100%; height: 50vh; overflow-y: scroll;" readonly><?php
1717
$pm2_id = $_GET['pm2_id'];
1818
$pm2_id = filter_var($pm2_id, FILTER_SANITIZE_NUMBER_INT);
1919
$pm2_log = $hcpp->nodeapp->get_pm2_log($pm2_id);

0 commit comments

Comments
 (0)