Skip to content
Snippets Groups Projects
Commit ca7478f7 authored by ddamiron's avatar ddamiron
Browse files

add uuid field in slug list

parent c71a43b9
Branches
Tags
5 merge requests!10New updated datalog,!9add all datalog components and services into angular gui,!8update Datalog research input,!7Datalog research input,!14Version 1.3.0
......@@ -76,7 +76,7 @@
>
<div class="data columns is-multiline is-vcentered is-marginless" *ngIf="slug._id.slug" [ngClass]="{ odd: odd, even: even }">
<div class="column is-4 has-text-left">
{{ slug._id.slug}} <br> uuid: {{ slug.uuid_list[0]}}
{{slug._id.slug}} <br> uuid: {{slug.uuid_list[0]}}
</div>
<div class="column is-1 has-text-left">
<!-- {{ format.mapServerType}} -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment