File tree Expand file tree Collapse file tree 2 files changed +9
-14
lines changed
packages/modules/web_themes/koala/source/src/components Expand file tree Collapse file tree 2 files changed +9
-14
lines changed 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 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