Skip to content
Snippets Groups Projects
Commit e2553cfe authored by Janis Streib's avatar Janis Streib :owl:
Browse files

UPD: better visualisation for action type in cards

parent 59f72552
No related branches found
No related tags found
No related merge requests found
Pipeline #273753 passed with warnings
......@@ -37,7 +37,7 @@
</div>
</div>
<b-card-body class="element-content">
{{ function2text(element.object_function) }} in {{ element.object_fq_name }}:<br/>
{{ element.object_fq_name }} {{ function2text(element.object_function).toLowerCase() }}:<br/>
<span v-if="element.object_title">{{element.object_title}}</span>
<ul>
<li v-for="field in element.preview_fields" v-bind:key="field">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment