Skip to content

Commit

Permalink
Change add iot Edge button (#365)
Browse files Browse the repository at this point in the history
Co-authored-by: crib <[email protected]>
  • Loading branch information
ChristopheRib63 and crib authored Mar 2, 2022
1 parent f4b35fc commit 4334d20
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
}

<MudItem xs="12">
<MudFab Color="Color.Secondary" Icon="@Icons.Material.Filled.Add" Label="Add a new gateway" OnClick="ShowAddDialog" />
<MudFab Color="Color.Secondary" Icon="@Icons.Material.Filled.Add" Label="Add IoT Edge" OnClick="ShowAddDialog" />
</MudItem>
</MudGrid>

Expand Down Expand Up @@ -177,7 +177,7 @@

private async Task ShowAddDialog()
{
var result = await DialogService.Show<CreateEdgeDeviceDialog>("Add a new edge device", maxWidth).Result;
var result = await DialogService.Show<CreateEdgeDeviceDialog>("Add IoT Edge", maxWidth).Result;

if (result.Cancelled)
{
Expand Down

0 comments on commit 4334d20

Please sign in to comment.