-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #122 from Kircheneer/release-1.3.2
Release 1.3.2
- Loading branch information
Showing
7 changed files
with
203 additions
and
99 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 2 additions & 8 deletions
10
nautobot_ssot/templates/nautobot_ssot/synclogentry_list.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,7 @@ | ||
{% extends 'generic/object_list.html' %} | ||
|
||
{% block header %} | ||
<div class="row"> | ||
<div class="col-md-12"> | ||
<ol class="breadcrumb"> | ||
{% block extra_breadcrumbs %} | ||
<li><a href="{% url 'plugins:nautobot_ssot:dashboard' %}">Single Source of Truth</a></li> | ||
<li>Sync Logs</li> | ||
</ol> | ||
</div> | ||
</div> | ||
{% endblock %} | ||
{% endblock extra_breadcrumbs %} | ||
{% block title %}SSoT Sync Logs{% endblock %} |
Oops, something went wrong.