mirror of
https://github.com/netbox-community/netbox.git
synced 2026-04-28 03:37:34 +02:00
Initial push to public repo
This commit is contained in:
13
netbox/templates/import_success.html
Normal file
13
netbox/templates/import_success.html
Normal file
@@ -0,0 +1,13 @@
|
||||
{% extends '_base.html' %}
|
||||
{% load render_table from django_tables2 %}
|
||||
|
||||
{% block title %}Import Completed{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<h1>Import Completed</h1>
|
||||
{% render_table table %}
|
||||
<a href="{{ request.path }}" class="btn btn-primary">
|
||||
<span class="glyphicon glyphicon-import" aria-hidden="true"></span>
|
||||
Import more
|
||||
</a>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user