webapp: Added hint showing the additional inverter parameters

This commit is contained in:
Thomas Basler 2022-07-21 20:53:22 +02:00
parent 946ee659b6
commit 68c7e204e5

View File

@ -25,6 +25,10 @@
<div class="ml-auto text-right"> <div class="ml-auto text-right">
<button type="submit" class="btn btn-primary my-2">Add</button> <button type="submit" class="btn btn-primary my-2">Add</button>
</div> </div>
<div class="alert alert-secondary" role="alert">
<b>Hint:</b> You can set additional parameters after you have created the inverter. Use the pen
icon in the inverter list.
</div>
</form> </form>
</div> </div>
</div> </div>