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 6161 class =" flex-grow"
6262 :color =" planLimitSelected.value === 'amount' ? 'primary' : 'grey'"
6363 @click =" planLimitSelected.value = 'amount'"
64- label =" Amount "
64+ label =" Energie "
6565 />
6666 </q-btn-group >
6767 <div v-if =" planLimitSelected.value === 'soc'" class =" q-mt-md" >
8686 <q-input
8787 v-if =" planLimitSelected.value === 'amount'"
8888 v-model =" planLimitAmount.value"
89- label =" Energiemenge (kWh) "
89+ label =" Ziel-Energie "
9090 class =" col"
91- />
91+ >
92+ <template v-slot :append >
93+ <div class =" text-body2" >kWh</div >
94+ </template >
95+ </q-input >
9296
9397 <div
9498 v-if ="
Original file line number Diff line number Diff line change 11<template >
2- <div class =" row justify-between items-center" >
3- <div class =" text-subtitle2 q-mr-sm q-mt-md" >Termine Zielladen:</div >
4- </div >
5- <div class =" row q-mb-md justify-end" >
2+ <div class =" row justify-between items-center q-mt-md" >
3+ <div class =" text-subtitle2" >Termine Zielladen:</div >
64 <q-btn
75 round
86 size =" sm"
119 @click =" addScheduledChargingPlan"
1210 />
1311 </div >
14-
1512 <div
1613 v-if =" plans.length === 0"
1714 class =" row q-mt-sm q-pa-sm bg-primary text-white no-wrap message-text"
Original file line number Diff line number Diff line change 4848 <q-input
4949 v-if =" planDcChargingEnabled"
5050 v-model =" planDcPower.value"
51- label =" Ladeleistung (DC) (kW) "
51+ label =" Ladeleistung (DC)"
5252 class =" col q-mb-sm"
53- />
53+ >
54+ <template v-slot :append >
55+ <div class =" text-body2" >kW</div >
56+ </template >
57+ </q-input >
5458
5559 <div class =" text-subtitle2 q-mb-sm" >Begrenzung</div >
5660 <q-btn-group class =" full-width" >
7377 class =" flex-grow"
7478 :color =" planLimitSelected.value === 'amount' ? 'primary' : 'grey'"
7579 @click =" planLimitSelected.value = 'amount'"
76- label =" Amount "
80+ label =" Energie "
7781 />
7882 </q-btn-group >
7983 <div v-if =" planLimitSelected.value === 'soc'" class =" q-mt-md" >
9094 <q-input
9195 v-if =" planLimitSelected.value === 'amount'"
9296 v-model =" planLimitAmount.value"
93- label =" Energiemenge (kWh) "
97+ label =" Ziel-Energie "
9498 class =" col"
95- />
99+ >
100+ <template v-slot :append >
101+ <div class =" text-body2" >kWh</div >
102+ </template >
103+ </q-input >
96104
97105 <div class =" q-mb-md" >
98106 <div class =" text-subtitle2 q-mb-sm q-mt-md" >Wiederholungen</div >
Original file line number Diff line number Diff line change 1313 class =" row justify-between items-center q-mt-md"
1414 >
1515 <div class =" text-subtitle2" >Termine Zeitladen:</div >
16- <div class =" row q-mb-md justify-end" >
17- <q-btn
18- round
19- size =" sm"
20- color =" primary"
21- icon =" add"
22- @click =" addScheduledChargingPlan"
23- />
24- </div >
16+ <q-btn
17+ round
18+ size =" sm"
19+ color =" primary"
20+ icon =" add"
21+ @click =" addScheduledChargingPlan"
22+ />
2523 </div >
2624 <div
2725 v-if =" plans.length === 0 && timeChargingEnabled"
You can’t perform that action at this time.
0 commit comments