1
0

Rename Add button label to: Add Server

This commit is contained in:
Kevin Matsubara 2025-03-30 15:34:30 +02:00
parent 8cf581efca
commit 705e9493fe

View File

@ -18,7 +18,7 @@
style="width: 600px"> style="width: 600px">
</SearchBarComponent> </SearchBarComponent>
<br/> <br/>
<a href="@($"/server")" class="btn btn-primary">Add</a> <a href="@($"/server")" class="btn btn-primary">Add Server</a>
<br/> <br/>
<CascadingValue Name="SelectedCity" Value="@selectedCity"> <CascadingValue Name="SelectedCity" Value="@selectedCity">