mirror of
				https://github.com/netbox-community/netbox.git
				synced 2024-05-10 07:54:54 +00:00 
			
		
		
		
	Added a welcome message for new installs
This commit is contained in:
		@@ -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>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user