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 6281dcb commit 9ef226eCopy full SHA for 9ef226e
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