mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-09 09:08:15 -06:00
8984 review changes
This commit is contained in:
parent
e77b5d2245
commit
253a4cf11e
@ -50,6 +50,7 @@
|
||||
{% trans "Show Log Level" %}
|
||||
</button>
|
||||
<ul class="dropdown-menu" aria-labelledby="dropdownLogLevelButton">
|
||||
<li><a class="dropdown-item" href="{% url 'extras:script_result' job_pk=job.pk %}">{% trans "All" %}</a></li>
|
||||
<li><a class="dropdown-item" href="{% url 'extras:script_result' job_pk=job.pk %}?log_level=debug">{% trans "Debug" %}</a></li>
|
||||
<li><a class="dropdown-item" href="{% url 'extras:script_result' job_pk=job.pk %}?log_level=info">{% trans "Info" %}</a></li>
|
||||
<li><a class="dropdown-item" href="{% url 'extras:script_result' job_pk=job.pk %}?log_level=warning">{% trans "Warning" %}</a></li>
|
||||
|
Loading…
Reference in New Issue
Block a user