feat(static): adds new static origins feature
This commit is contained in:
parent
6a29d68985
commit
15a85b1efe
20 changed files with 843 additions and 7 deletions
|
@ -82,7 +82,7 @@
|
|||
</h6>
|
||||
<ul class="nav flex-column">
|
||||
<li class="nav-item">
|
||||
<a class="nav-link{% if section == "cloud" %} active{% else %} disabled text-secondary{% endif %}"
|
||||
<a class="nav-link{% if section == "cloud" %} active{% endif %}"
|
||||
href="{{ url_for("portal.cloud.cloud_account_list") }}">
|
||||
{{ icon("cloud") }} Cloud Accounts
|
||||
</a>
|
||||
|
@ -106,8 +106,8 @@
|
|||
</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link{% if section == "origin" %} active{% endif %} disabled text-secondary"
|
||||
href="{{ url_for("portal.origin.origin_list") }}">
|
||||
<a class="nav-link{% if section == "static" %} active{% endif %}"
|
||||
href="{{ url_for("portal.static.static_list") }}">
|
||||
{{ icon("hdd") }} Static Origins
|
||||
</a>
|
||||
</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue