Skip to content

Commit

Permalink
#35 Add override label to light
Browse files Browse the repository at this point in the history
  • Loading branch information
qJake committed Sep 19, 2019
1 parent 1b5bebc commit 7f7f1d6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions HADotNet.CommandCenter/Views/LightTile/Add.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,15 @@
<span class="ui up pointing small red label" asp-validation-for="RefreshRate"></span>
<p><small>The rate, in seconds, to automatically refresh this tile.</small></p>
</div>
<div class="field">
<label asp-for="OverrideLabel"></label>
<div class="ui left icon input">
<i class="font icon"></i>
<input asp-for="OverrideLabel" />
</div>
<span class="ui up pointing small red label" asp-validation-for="OverrideLabel"></span>
<p><small>By default, the entity's <em>friendly name</em> will be used. Enter an override if desired.</small></p>
</div>
<div class="field">
<label asp-for="DisplayIcon"></label>
<div class="ui left icon input">
Expand Down

0 comments on commit 7f7f1d6

Please sign in to comment.