Skip to content
Snippets Groups Projects
Commit 1ba53fee authored by ml bonhomme's avatar ml bonhomme :bee:
Browse files

use display allowed metadata name in allowed metadata list

parent d763baaf
No related branches found
No related tags found
1 merge request!1082use display allowed metadata name in allowed metadata list
......@@ -47,7 +47,7 @@
<!-- display mode -->
<template v-else v-on:submit.prevent="save">
<td>{{ metadata.name }}</td>
<td>{{ metadata.type }}</td>
<td>{{ METADATA_TYPES[metadata.type].display }}</td>
</template>
<!-- buttons -->
<td>
......
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