format BatteryAdminView changes introduced by #1245
This commit is contained in:
parent
c3c31e5694
commit
f9926501f1
@ -148,7 +148,12 @@
|
|||||||
/>
|
/>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<template v-if="batteryConfigList.enable_discharge_current_limit && batteryConfigList.use_battery_reported_discharge_current_limit">
|
<template
|
||||||
|
v-if="
|
||||||
|
batteryConfigList.enable_discharge_current_limit &&
|
||||||
|
batteryConfigList.use_battery_reported_discharge_current_limit
|
||||||
|
"
|
||||||
|
>
|
||||||
<div
|
<div
|
||||||
class="alert alert-secondary"
|
class="alert alert-secondary"
|
||||||
role="alert"
|
role="alert"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user