File tree Expand file tree Collapse file tree
packages/modules/web_themes/koala/source/src/components Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 {{ power }}
2525 </div >
2626 </div >
27- <div v-if =" showSettings" class =" row q-mt-md text-subtitle2" >
27+ <div v-if =" showSettings" class =" row q-mt-md justify-between text-subtitle2" >
2828 <div >Laden mit Überschuss:</div >
2929 <div class =" q-ml-sm row items-center" >
3030 <q-icon
Original file line number Diff line number Diff line change 105105 </div >
106106 </div >
107107
108- <div class =" row items-center justify-between q-ma-none q-pa-none no-wrap" >
108+ <div class =" row items-center justify-between q-ma-none q-pa-none no-wrap q-mt-md " >
109109 <div class =" text-subtitle2 q-mr-sm" >Einspeisegrenze beachten</div >
110110 <div >
111- <ToggleStandard v-model =" feedInLimit.value" />
111+ <ToggleStandard dense v-model =" feedInLimit.value" />
112112 </div >
113113 </div >
114114</template >
Original file line number Diff line number Diff line change 1212 </div >
1313 </q-card-section >
1414 <q-card-section class =" q-py-none" >
15- <div class =" row items-center no-wrap" >
16- <div class =" col text-subtitle2" >Ladepunkt sperren</div >
17- <div class =" col" >
18- <ChargePointLock :charge-point-id =" props.chargePointId" dense />
19- </div >
15+ <div class =" row items-center justify-between" >
16+ <div class =" text-subtitle2" >Ladepunkt sperren</div >
17+ <ChargePointLock :charge-point-id =" props.chargePointId" dense />
2018 </div >
2119 <q-separator class =" q-mt-sm" />
2220 <div class =" row items-center q-mt-sm" >
2826 :readonly =" false"
2927 />
3028 </div >
31- <div class =" row items-center no-wrap q-mt-sm" >
32- <div class =" col row items-center" >
33- <div class =" col text-subtitle2" >Priorität</div >
34- <div class =" col" >
35- <ChargePointPriority
36- :charge-point-id =" props.chargePointId"
37- :readonly =" false"
38- dense
39- />
40- </div >
41- </div >
29+ <div class =" row items-center justify-between q-mt-sm" >
30+ <div class =" text-subtitle2" >Priorität</div >
31+ <ChargePointPriority
32+ :charge-point-id =" props.chargePointId"
33+ :readonly =" false"
34+ dense
35+ />
4236 </div >
4337 <q-separator class =" q-mt-sm" />
4438 <div class =" row items-center no-wrap" >
You can’t perform that action at this time.
0 commit comments