Skip to content

Commit

Permalink
SAK-50644 Admin remove collapse on memory status (#13008)
Browse files Browse the repository at this point in the history
  • Loading branch information
ottenhoff authored Nov 8, 2024
1 parent 838ff7c commit 4935e63
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions admin-tools/src/webapp/vm/memory/chef_memory.vm
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
</div>
#end
#if ($status)
<button data-bs-toggle="collapse" data-target="#status">Status</button>
<div id="status" class="collapse">
<div id="status" class="p-3 border rounded">
$formattedText.escapeHtml($status)
</div>
#end
Expand Down

0 comments on commit 4935e63

Please sign in to comment.