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 c4a8b70 commit 5550c91Copy full SHA for 5550c91
deps/rabbitmq_management/priv/www/js/tmpl/vhost.ejs
@@ -26,6 +26,10 @@
26
<th>Default queue type:</th>
27
<td><%= vhost.default_queue_type == "undefined" ? "<not set>" :vhost.default_queue_type %></td>
28
</tr>
29
+ <tr>
30
+ <th>Deletion protection:</th>
31
+ <td><%= vhost.protected_from_deletion ? "enabled" :"disabled" %></td>
32
+ </tr>
33
<tr>
34
<th>State:</th>
35
<td>
0 commit comments