Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Validata
validata-ui
Commits
d31666e8
Commit
d31666e8
authored
Oct 01, 2018
by
Pierre Dittgen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Better row display
parent
aed08c41
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
13 deletions
+18
-13
validata_ui_next/templates/validation_report.html
validata_ui_next/templates/validation_report.html
+18
-13
No files found.
validata_ui_next/templates/validation_report.html
View file @
d31666e8
...
...
@@ -7,21 +7,26 @@
<h1>
{{ title }}
</h1>
<!-- Schema info -->
<div
class=
"card bg-faded"
style=
"width: 30rem;"
>
<div
class=
"card-body"
>
<h5
class=
"card-title"
>
Schéma {{ val_info.code }}
<span
class=
"badge badge-primary"
>
{{ val_info.version }}
</span>
</h5>
<h6
class=
"card-subtitle mb-2 text-muted"
>
{{ val_info.description }}
</h6>
<p
class=
"text"
>
{% if source_type == 'file' %}Fichier{% endif %}
{% if source_type == 'url' %}URL{% endif %}
à valider : {{ source }}
</p>
<div
class=
"row"
>
<div
class=
"col-md-5"
>
<div
class=
"card bg-faded"
>
<div
class=
"card-body"
>
<h5
class=
"card-title"
>
Schéma {{ val_info.code }}
<span
class=
"badge badge-primary"
>
{{ val_info.version }}
</span>
</h5>
<h6
class=
"card-subtitle mb-2 text-muted"
>
{{ val_info.description }}
</h6>
<p
class=
"text"
>
{% if source_type == 'file' %}Fichier{% endif %}
{% if source_type == 'url' %}URL{% endif %}
à valider : {{ source }}
</p>
</div>
</div>
</div>
</div>
{% if report.error_count == 0 %}
<h2>
La table est valide
</h2>
<p>
Aucune erreur détectée
</p>
...
...
@@ -78,7 +83,7 @@
{% else %}
<td>
{% endif %}
{{ d
| truncate(30)
}}
{{ d }}
</td>
{% endfor %}
</tr>
...
...
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