Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Validata
validata-ui
Commits
d3e1dca2
Commit
d3e1dca2
authored
Nov 19, 2018
by
Pierre Dittgen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add dimension info in validation report
parent
3e1978f3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
validata_ui/templates/validation_report.html
validata_ui/templates/validation_report.html
+5
-3
No files found.
validata_ui/templates/validation_report.html
View file @
d3e1dca2
...
...
@@ -32,9 +32,11 @@
</p>
<hr
/>
<p
class=
"text alert alert-info"
style=
"margin-bottom: 0;"
>
<em>
Source
Source
({% if source_type == 'file' %}fichier{% endif %}{% if source_type == 'url' %}URL{% endif %})
: {{ source.name }}
</em>
:
<em>
{{ source.name }}
</em>
<br
/>
Dimensions :
<em>
{{ report.table.col_count }} colonnes et {{ report.table.row_count }} lignes
</em>
</p>
</div>
</div>
...
...
@@ -133,4 +135,4 @@
{{ report.table.errors.body|length }} erreur(s) détectée(s)
#}
{% endblock %}
\ No newline at end of file
{% endblock %}
Write
Preview
Markdown
is supported
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