Skip to content

Commit

Permalink
web: Show daemon prerequisites
Browse files Browse the repository at this point in the history
  • Loading branch information
donald committed Mar 29, 2021
1 parent 0dc49a7 commit 3526bbb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion web/pages/mxq/mxq.in
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ sub server_detail {
daemon_memory_limit_slot_soft daemon_memory_limit_slot_hard
daemon_jobs_running daemon_slots_running
daemon_threads_running daemon_memory_used
mtime daemon_start daemon_stop daemon_flags tags
mtime daemon_start daemon_stop daemon_flags tags prerequisites
);
my $sth=$dbh->prepare('SELECT '.join(',',@cols).' FROM mxq_daemon WHERE daemon_id=? LIMIT 1', undef);
$sth->execute($daemon_id);
Expand Down Expand Up @@ -559,6 +559,7 @@ daemon_stop : $o{daemon_stop}
daemon_flags : $o{daemon_flags}
tags : $o{tags}
prerequisites : $o{prerequisites}
</pre>
EOF
}
Expand Down

0 comments on commit 3526bbb

Please sign in to comment.