Skip to content
Snippets Groups Projects
Commit 753e93ca authored by Konstantin Baierer's avatar Konstantin Baierer
Browse files

update project list item view to show ocrd-tool validation

parent 5bbe9593
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
...@@ -25,16 +25,19 @@ ...@@ -25,16 +25,19 @@
<b-table v-if="repo.git" :items="[repo.git]"></b-table> <b-table v-if="repo.git" :items="[repo.git]"></b-table>
</b-card-text> </b-card-text>
</b-tab> </b-tab>
<b-tab title="Tools">
<b-tab title="ocrd-tool validation">
<b-card-text> <b-card-text>
<b-table v-if="repo.ocrd_tool" :items="[repo.ocrd_tool]"></b-table> <vue-code-highlight>{{ repo.ocrd_tool_validate || '# NO validation data' }}</vue-code-highlight>
</b-card-text> </b-card-text>
</b-tab> </b-tab>
<b-tab title="Python"> <b-tab title="Python">
<b-card-text> <b-card-text>
<b-table v-if="repo.python" :items="[repo.python]"></b-table> <b-table v-if="repo.python" :items="[repo.python]"></b-table>
</b-card-text> </b-card-text>
</b-tab> </b-tab>
</b-tabs> </b-tabs>
</b-card> </b-card>
</template> </template>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment