Skip to content

Commit

Permalink
fix: add apply button when individual setting net interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Jasper De Keukelaere (imec) authored and Jasper De Keukelaere (imec) committed Apr 25, 2024
1 parent 9491105 commit 86bd92c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<MudDialog>
<DialogContent>
<MudAlert Severity="Severity.Warning">This is only relevant for TCP/IP. <br> VirtualSwitchMisconfigured: make sure that the switch is enabled for the given interface, or if you have multiple mappings that "multiple adapter" is enabled.</MudAlert>
<MudAlert Severity="Severity.Warning">This is only relevant for TCP/IP and Multiple Adapter enabled in network settings. <br> VirtualSwitchMisconfigured: make sure that the switch is enabled for the given interface, or if you have multiple mappings that "multiple adapter" is enabled.</MudAlert>
<div>
<MudText Typo="Typo.h6">Net Interface Mapping Status </MudText>
<MudText> @selectedInstance.CheckNetInterfaceMapping()</MudText>
Expand Down Expand Up @@ -40,5 +40,6 @@
<MudSelectItem Value="@emptyString">NO MAPPING</MudSelectItem>
</MudSelect>
</div>
<MudButton OnClick="() => { try { SimulationRuntimeManager.SetNetInterfaceBindings(); }catch (Exception e) { Snackbar.Add(e.Message, Severity.Error); } }">APPLY</MudButton>
</DialogContent>
</MudDialog>

0 comments on commit 86bd92c

Please sign in to comment.