Skip to content
Snippets Groups Projects
Commit fb96000f authored by ml bonhomme's avatar ml bonhomme :bee: Committed by Erwan Rouchet
Browse files

Add set to dataset element removal confirmation modal

parent 383c12c7
No related branches found
No related tags found
1 merge request!1643Add set to dataset element removal confirmation modal
......@@ -9,7 +9,8 @@
{{ truncateShort(typeName(element.type)) }}
<!-- The closing </span> and opening <span> must be on the same line for the space to work -->
</span> <span :title="element.name"><strong> {{ truncateShort(element.name) }}</strong></span>
from dataset <span :title="dataset.name"><strong>{{ truncateShort(dataset.name) }}</strong></span>?
from set <span :title="set"><strong>{{ truncateShort(set) }}</strong></span>
in dataset <span :title="dataset.name"><strong>{{ truncateShort(dataset.name) }}</strong></span>?
</p>
<template v-slot:footer="{ close }">
<button class="button" v-on:click.prevent="close">Cancel</button>
......
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