We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 361303c commit d5c7a6bCopy full SHA for d5c7a6b
pages/nodeapplog.php
@@ -13,7 +13,7 @@
13
</div>
14
<!-- End toolbar -->
15
<div class="container">
16
- <textarea class="form-control" style="width: 100%; height: 50vh; overflow-y: scroll;" readonly><?php
+ <textarea id="logTextarea" class="form-control" style="width: 100%; height: 50vh; overflow-y: scroll;" readonly><?php
17
$pm2_id = $_GET['pm2_id'];
18
$pm2_id = filter_var($pm2_id, FILTER_SANITIZE_NUMBER_INT);
19
$pm2_log = $hcpp->nodeapp->get_pm2_log($pm2_id);
0 commit comments