You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/edgecreator/src/pages/upload.vue
+39-16Lines changed: 39 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -34,27 +34,39 @@ meta:
34
34
:zoomable="false"
35
35
/>
36
36
</div>
37
-
<b-containerfluid>
37
+
<b-alertvariant="info":model-value="true">
38
38
{{
39
39
// eslint-disable-next-line max-len
40
40
$t(
41
41
'For each edge present on the picture, please select the part of the picture corresponding to the edge, fill in the information related to the edge hereunder then click on "Add". Once all the edges on the picture have been indicated, click on "Send the edge pictures".',
0 commit comments