Skip to content

Commit 5550c91

Browse files
mkuratczykmergify[bot]
authored andcommitted
MGMT UI: display deletion protection in vhost details
(cherry picked from commit 9ef226e)
1 parent c4a8b70 commit 5550c91

File tree

1 file changed

+4
-0
lines changed
  • deps/rabbitmq_management/priv/www/js/tmpl

1 file changed

+4
-0
lines changed

deps/rabbitmq_management/priv/www/js/tmpl/vhost.ejs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@
2626
<th>Default queue type:</th>
2727
<td><%= vhost.default_queue_type == "undefined" ? "&lt;not set&gt;" :vhost.default_queue_type %></td>
2828
</tr>
29+
<tr>
30+
<th>Deletion protection:</th>
31+
<td><%= vhost.protected_from_deletion ? "enabled" :"disabled" %></td>
32+
</tr>
2933
<tr>
3034
<th>State:</th>
3135
<td>

0 commit comments

Comments
 (0)