diff client/src/components/importschedule/importtypes/Waterwayaxis.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 e972567100d3
children
line wrap: on
line diff
--- a/client/src/components/importschedule/importtypes/Waterwayaxis.vue	Thu Feb 14 15:33:35 2019 +0100
+++ b/client/src/components/importschedule/importtypes/Waterwayaxis.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"
           />