Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Validata
Validata UI
Commits
680865fd
Commit
680865fd
authored
Jul 23, 2019
by
Pierre Dittgen
Browse files
Better structure errors display
parent
49bd1d82
Changes
1
Hide whitespace changes
Inline
Side-by-side
validata_ui/templates/validation_report.html
View file @
680865fd
...
...
@@ -16,6 +16,9 @@
font-size
:
1em
;
font-weight
:
bold
;
}
ul
.structure_errors
p
{
margin-bottom
:
0
;
}
@media
print
{
.hidden-print
{
...
...
@@ -91,7 +94,7 @@
{% if report.error_count > 0 %}
{% if report.table.errors.structure %}
<h3
class=
"my-4"
>
Erreurs de structure
</h3>
<ul>
<ul
class=
"structure_errors"
>
{# Non-column errors #}
{% for err in report.table.errors.structure %}
{% if not err.in_column_comp %}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment