diff --git a/components/configurations/ConfigurationsBasicSearch.vue b/components/configurations/ConfigurationsBasicSearch.vue index 35cb8d2361e61f4b488e6a04b4265bbdf9b15a58..808205b69ca30ebb651d4f4c3e5e22273f9181ef 100644 --- a/components/configurations/ConfigurationsBasicSearch.vue +++ b/components/configurations/ConfigurationsBasicSearch.vue @@ -38,15 +38,21 @@ permissions and limitations under the Licence. <v-col cols="12" md="5"> <v-text-field v-model="searchText" label="Label" placeholder="Label of configuration" @keydown.enter="emitSearch" /> </v-col> - <v-col cols="12" md="2"> + <v-col + cols="12" + md="7" + align-self="center" + > <v-btn color="primary" + small @click="emitSearch" > Search </v-btn> <v-btn text + small @click="clearSearch" > Clear diff --git a/components/configurations/ConfigurationsExtendedSearch.vue b/components/configurations/ConfigurationsExtendedSearch.vue index b3f07158e2e860559e4dc9eb025afcc2a154acb5..f185ae5b70e7c4c66c94964572fd2d10defb08f2 100644 --- a/components/configurations/ConfigurationsExtendedSearch.vue +++ b/components/configurations/ConfigurationsExtendedSearch.vue @@ -58,15 +58,20 @@ permissions and limitations under the Licence. </v-col> </v-row> <v-row> - <v-col cols="12" md="3"> + <v-col + cols="12" + align-self="center" + > <v-btn color="primary" + small @click="emitSearch" > Search </v-btn> <v-btn text + small @click="clearSearch" > Clear diff --git a/pages/contacts/index.vue b/pages/contacts/index.vue index 8dbc03de9a1895282afd72157efcccbfab4552e0..9076764adb838b5656f4768a6e118f1bee580249 100644 --- a/pages/contacts/index.vue +++ b/pages/contacts/index.vue @@ -34,15 +34,21 @@ permissions and limitations under the Licence. <v-col cols="12" md="5"> <v-text-field v-model="searchText" label="Name" placeholder="Name of contact" @keydown.enter="search" /> </v-col> - <v-col cols="12" md="2"> + <v-col + cols="12" + md="7" + align-self="center" + > <v-btn color="primary" + small @click="search" > Search </v-btn> <v-btn text + small @click="clearSearch" > Clear diff --git a/pages/devices/index.vue b/pages/devices/index.vue index 3b174a91eca244bdf3965547d089667af744e028..094890280ac1fac2634ab1cd146534cf756ec3e9 100644 --- a/pages/devices/index.vue +++ b/pages/devices/index.vue @@ -38,15 +38,21 @@ permissions and limitations under the Licence. <v-col cols="12" md="5"> <v-text-field v-model="searchText" label="Name" placeholder="Name of device" @keydown.enter="basicSearch" /> </v-col> - <v-col cols="12" md="2"> + <v-col + cols="12" + md="7" + align-self="center" + > <v-btn color="primary" + small @click="basicSearch" > Search </v-btn> <v-btn text + small @click="clearBasicSearch" > Clear @@ -81,15 +87,20 @@ permissions and limitations under the Licence. </v-col> </v-row> <v-row> - <v-col cols="12" md="3"> + <v-col + cols="12" + align-self="center" + > <v-btn color="primary" + small @click="extendedSearch" > Search </v-btn> <v-btn text + small @click="clearExtendedSearch" > Clear diff --git a/pages/platforms/index.vue b/pages/platforms/index.vue index d0b7842e68f18a9287213d5164e6db31c09a3057..ced017b8a373ec8f00109ee30b2b4a7a4f94275b 100644 --- a/pages/platforms/index.vue +++ b/pages/platforms/index.vue @@ -38,15 +38,21 @@ permissions and limitations under the Licence. <v-col cols="12" md="5"> <v-text-field v-model="searchText" label="Name" placeholder="Name of platform" @keydown.enter="basicSearch" /> </v-col> - <v-col cols="12" md="2"> + <v-col + cols="12" + md="7" + align-self="center" + > <v-btn color="primary" + small @click="basicSearch" > Search </v-btn> <v-btn text + small @click="clearBasicSearch" > Clear @@ -81,15 +87,20 @@ permissions and limitations under the Licence. </v-col> </v-row> <v-row> - <v-col cols="12" md="3"> + <v-col + cols="12" + align-self="center" + > <v-btn color="primary" + small @click="extendedSearch" > Search </v-btn> <v-btn text + small @click="clearExtendedSearch" > Clear