Skip to content

Commit

Permalink
Merge pull request #43 from MissouriMRDT/feature/rovecomm-resub
Browse files Browse the repository at this point in the history
Rovecomm resubscribe button
  • Loading branch information
three-halves authored Jan 31, 2025
2 parents 730b97d + ccca659 commit a80d2af
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Basestation_Software.Web/Core/Layout/MainLayout.razor
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
@inject ConfigService _ConfigService
@inject NavigationManager UriHelper
@inject CookieService _CookieService
@inject RoveCommService _RoveCommService

<PageTitle>MRDT Basestation</PageTitle>

Expand Down Expand Up @@ -44,6 +45,9 @@
@NavLinks
</div>
<div class="nav ms-auto me-e justify-content-end">
<button class="btn btn-sm btn-primary" title="RoveComm Resubscribe All" style="margin-right: 3rem" @onclick="_RoveCommService.SubscribeAll">
<img src="/images/rovecomm-sil.png"/>
</button>
<select id="configSelect" @onchange=@((ChangeEventArgs __e) => {if (Guid.TryParse(__e?.Value as string, out Guid guid)) Navigate(guid);})>
@SelectOptions
</select>
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a80d2af

Please sign in to comment.