comparison client/src/components/gauge/Gauges.vue @ 2894:95e40c87a943

client: applied component name change where it is used
author Markus Kottlaender <markus@intevation.de>
date Tue, 02 Apr 2019 12:17:52 +0200
parents 503a73e9a755
children 1b8bb4f89227
comparison
equal deleted inserted replaced
2893:a6f18b3ccab1 2894:95e40c87a943
10 icon="ruler-vertical" 10 icon="ruler-vertical"
11 :title="gaugesLabel" 11 :title="gaugesLabel"
12 :closeCallback="close" 12 :closeCallback="close"
13 /> 13 />
14 <div class="box-body"> 14 <div class="box-body">
15 <SpinnerOverlay v-if="loading" /> 15 <UISpinnerOverlay v-if="loading" />
16 <select 16 <select
17 @change="moveToGauge" 17 @change="moveToGauge"
18 v-model="selectedGaugeISRS" 18 v-model="selectedGaugeISRS"
19 class="form-control font-weight-bold" 19 class="form-control font-weight-bold"
20 > 20 >