mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
#6454 add prerequisite alert
This commit is contained in:
5
netbox/templates/inc/missing_prerequisites.html
Normal file
5
netbox/templates/inc/missing_prerequisites.html
Normal file
@@ -0,0 +1,5 @@
|
||||
{% load buttons %}
|
||||
|
||||
<div class="alert alert-warning" role="alert">
|
||||
<i class="mdi mdi-alert"></i> <strong>Note:</strong> Before you can add a {{ model|meta:"verbose_name" }} you must first add a {{ required_model|meta:"verbose_name" }} here {% add_button required_model %}
|
||||
</div>
|
Reference in New Issue
Block a user