mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-20 02:06:42 -06:00
Added a welcome message for new installs
This commit is contained in:
parent
cbd7b5b4c3
commit
97f7ac9edf
@ -151,6 +151,10 @@
|
||||
{{ a.icon }} {{ a.message|safe }}<br />
|
||||
<small class="text-muted">{{ a.user }} - {{ a.time|date:'SHORT_DATETIME_FORMAT' }}</small>
|
||||
</div>
|
||||
{% empty %}
|
||||
<div class="list-group-item">
|
||||
Welcome to NetBox! {% if perms.add_site %} <a href="{% url 'dcim:site_add' %}">Add a site</a> to get started.{% endif %}
|
||||
</div>
|
||||
{% endfor %}
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user