webapp: added additional hints regarding Irradiation calculation
This commit is contained in:
parent
68c7e204e5
commit
bfb93b6b9b
@ -101,9 +101,10 @@
|
|||||||
<div class="input-group">
|
<div class="input-group">
|
||||||
<input type="number" class="form-control" :id="`inverter-max_${index}`" min="0"
|
<input type="number" class="form-control" :id="`inverter-max_${index}`" min="0"
|
||||||
v-model="editInverterData.max_power[index]"
|
v-model="editInverterData.max_power[index]"
|
||||||
:aria-describedby="`inverter-maxDescription_${index}`" />
|
:aria-describedby="`inverter-maxDescription_${index} inverter-maxHelpText_${index}`" />
|
||||||
<span class="input-group-text" :id="`inverter-maxDescription_${index}`">W</span>
|
<span class="input-group-text" :id="`inverter-maxDescription_${index}`">W</span>
|
||||||
</div>
|
</div>
|
||||||
|
<div :id="`inverter-maxHelpText_${index}`" class="form-text">This value is used to calculate the Irradiation.</div>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user