diff client/src/components/importschedule/importtypes/Fairwaydimensions.vue @ 2269:dfa4db82e784

refac: classes for automatic filling added
author Thomas Junk <thomas.junk@intevation.de>
date Thu, 14 Feb 2019 15:42:35 +0100
parents 1baae9d31b3d
children
line wrap: on
line diff
--- a/client/src/components/importschedule/importtypes/Fairwaydimensions.vue	Thu Feb 14 15:33:35 2019 +0100
+++ b/client/src/components/importschedule/importtypes/Fairwaydimensions.vue	Thu Feb 14 15:42:35 2019 +0100
@@ -8,7 +8,7 @@
         <div class="w-100">
           <input
             @input="urlChanged"
-            class="form-control"
+            class="url form-control"
             type="url"
             :value="url"
           />
@@ -28,7 +28,7 @@
         <div class="w-100">
           <input
             @input="featureTypeChanged"
-            class="form-control"
+            class="featuretype form-control"
             type="text"
             :value="featureType"
           />
@@ -48,7 +48,7 @@
         <div class="w-100">
           <input
             @input="sortByChanged"
-            class="form-control"
+            class="sortby form-control"
             type="text"
             :value="sortBy"
           />
@@ -89,7 +89,7 @@
         <div class="d-flex flex-row">
           <input
             @input="depthChanged"
-            class="form-control"
+            class="depth form-control"
             type="number"
             :value="depth"
           />
@@ -112,7 +112,7 @@
         <div class="d-flex flex-row">
           <input
             @input="minWidthChanged"
-            class="form-control"
+            class="minwidth form-control"
             type="number"
             :value="minWidth"
           />
@@ -133,7 +133,7 @@
         <div class="d-flex flex-row">
           <input
             @input="maxWidthChanged"
-            class="form-control"
+            class="maxwidth form-control"
             type="number"
             :value="maxWidth"
           />
@@ -158,7 +158,7 @@
         <div class="w-100">
           <input
             @input="sourceOrganizationChanged"
-            class="form-control"
+            class="sourceorganization form-control"
             type="text"
             :value="sourceOrganization"
           />