Skip to content

Commit

Permalink
Change icon so it doesn't conflict with View Only.
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbound committed Jun 22, 2023
1 parent 0b8123a commit 593944f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Server/Components/Devices/DeviceCard.razor
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
</li>
<li>
<button class="dropdown-item" @onclick="() => WakeDevice()">
<i class="oi oi-eye" title="Wake Device"></i>
<i class="oi oi-power-standby" title="Wake Device"></i>
<span class="ml-2">Wake</span>
</button>
</li>
Expand Down
2 changes: 1 addition & 1 deletion Server/Components/Devices/DevicesFrame.razor
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
}
</select>
<button class="btn btn-sm btn-secondary" title="Wake Devices in Group" style="width: 40px; margin-left: 5px;" @onclick="WakeDevices">
<span class="oi oi-eye"></span>
<span class="oi oi-power-standby"></span>
</button>

</div>
Expand Down

0 comments on commit 593944f

Please sign in to comment.