mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-24 00:15:17 -06:00
13839 update review changes
This commit is contained in:
parent
59710ed89d
commit
4f09543749
BIN
netbox/project-static/dist/netbox-dark.css
vendored
BIN
netbox/project-static/dist/netbox-dark.css
vendored
Binary file not shown.
BIN
netbox/project-static/dist/netbox-light.css
vendored
BIN
netbox/project-static/dist/netbox-light.css
vendored
Binary file not shown.
BIN
netbox/project-static/dist/netbox-print.css
vendored
BIN
netbox/project-static/dist/netbox-print.css
vendored
Binary file not shown.
@ -170,7 +170,6 @@ table td > .progress {
|
|||||||
.alert {
|
.alert {
|
||||||
code {
|
code {
|
||||||
color: $gray-600;
|
color: $gray-600;
|
||||||
margin: 0 1em 0 1em;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -42,7 +42,7 @@
|
|||||||
<div class="alert alert-warning d-flex align-items-center" role="alert">
|
<div class="alert alert-warning d-flex align-items-center" role="alert">
|
||||||
<i class="mdi mdi-alert"></i>
|
<i class="mdi mdi-alert"></i>
|
||||||
{% blocktrans trimmed with file_path=module.full_path %}
|
{% blocktrans trimmed with file_path=module.full_path %}
|
||||||
Script file at <code>{{ file_path }}</code> could not be loaded.
|
Script file at <code class="mx-1">{{ file_path }}</code> could not be loaded.
|
||||||
{% endblocktrans %}
|
{% endblocktrans %}
|
||||||
</div>
|
</div>
|
||||||
{% else %}
|
{% else %}
|
||||||
|
Loading…
Reference in New Issue
Block a user