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
c2b4e81b
Commit
c2b4e81b
authored
Nov 19, 2018
by
Pierre Dittgen
Browse files
Add dimension info in validation report
parent
bbf34190
Changes
1
Hide whitespace changes
Inline
Side-by-side
validata_ui/templates/validation_report.html
View file @
c2b4e81b
...
...
@@ -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>
...
...
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