mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-02-19 13:07:40 +01:00
feat: add heap snapshot
This commit is contained in:
@@ -5,7 +5,12 @@
|
||||
</h5>
|
||||
|
||||
<div class="card-body">
|
||||
<span>[[admin/development/info:nodes-responded, {nodeCount}, {timeout}]]</span>
|
||||
<div class="d-flex flex-wrap justify-content-between align-items-center mb-2">
|
||||
<span>[[admin/development/info:nodes-responded, {nodeCount}, {timeout}]]</span>
|
||||
<a href="{config.relative_path}/api/admin/advanced/heap/dump" class="btn btn-primary btn-sm">
|
||||
<i class="fa fa-download"></i> [[admin/development/info:heap-dump]]
|
||||
</a>
|
||||
</div>
|
||||
<div class="table-responsive">
|
||||
<table class="table table-sm text-sm">
|
||||
<thead>
|
||||
|
||||
Reference in New Issue
Block a user