Add ServerComponent component.
This commit is contained in:
parent
1bd9420c94
commit
4e9d8a3d66
9
ServerManagement/Components/Controls/ServerComponent.razor
Executable file
9
ServerManagement/Components/Controls/ServerComponent.razor
Executable file
@ -0,0 +1,9 @@
|
|||||||
|
@namespace ServerManagement.Components.Controls
|
||||||
|
|
||||||
|
<p>
|
||||||
|
Server is online.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
@code {
|
||||||
|
|
||||||
|
}
|
||||||
@ -1,6 +1,11 @@
|
|||||||
@page "/servers"
|
@page "/servers"
|
||||||
|
@using ServerManagement.Components.Controls
|
||||||
|
|
||||||
<h3>Servers</h3>
|
<h3>Servers</h3>
|
||||||
|
<br/>
|
||||||
|
<br/>
|
||||||
|
|
||||||
|
<ServerComponent></ServerComponent>
|
||||||
|
|
||||||
@code {
|
@code {
|
||||||
|
|
||||||
|
|||||||
@ -8,3 +8,4 @@
|
|||||||
@using Microsoft.JSInterop
|
@using Microsoft.JSInterop
|
||||||
@using ServerManagement
|
@using ServerManagement
|
||||||
@using ServerManagement.Components
|
@using ServerManagement.Components
|
||||||
|
@using ServerManagement.Components.Controls
|
||||||
@ -6,4 +6,8 @@
|
|||||||
<ImplicitUsings>enable</ImplicitUsings>
|
<ImplicitUsings>enable</ImplicitUsings>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<RazorComponent Include="Components\Controls\ServerComponent.razor" />
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
</Project>
|
</Project>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user