Working on the first-round updates for the domain settings management view.

Tweaked sidebar navigation to reflect the latest terminology use in associated views.
This commit is contained in:
Matt Scott
2023-02-19 13:19:26 -05:00
parent fd1bc4afa5
commit 55e4f5f829
3 changed files with 9 additions and 8 deletions

View File

@ -101,7 +101,7 @@
<li class="{{ 'nav-item active' if active_page == 'nav-item new_domain' else 'nav-item' }}">
<a href="{{ url_for('domain.add') }}" class="nav-link">
<i class="nav-icon fa-solid fa-plus"></i>
<p>New Zone</p>
<p>Create Zone</p>
</a>
</li>
{% endif %}