# HG changeset patch # User Thomas Junk # Date 1547801225 -3600 # Node ID 45197e7a7ad3bde06537469a088d3b7d494138f4 # Parent 9f8f7d3fd655a4484af258bf0e113e6765a4d97e import stretches: listing layout fixed diff -r 9f8f7d3fd655 -r 45197e7a7ad3 client/src/components/ImportStretches.vue --- a/client/src/components/ImportStretches.vue Thu Jan 17 19:22:49 2019 +0100 +++ b/client/src/components/ImportStretches.vue Fri Jan 18 09:47:05 2019 +0100 @@ -5,23 +5,21 @@ Define stretches
-
-
id
-
funktion
-
startrhm
-
endrhm
+
+
id
+
funktion
+
startrhm
+
endrhm
-
{{ stretch.id }}
-
{{ stretch.funktion }}
-
{{ stretch.startrhm }}
-
{{ stretch.endrhm }}
+
{{ stretch.id }}
+
{{ stretch.funktion }}
+
{{ stretch.startrhm }}
+
{{ stretch.endrhm }}
No results. @@ -359,4 +357,24 @@ }; - +