mirror of
https://github.com/Stefan-5422/-T5-Elektrifikatsiya.git
synced 2026-09-04 00:45:58 +02:00
wip
This commit is contained in:
@@ -3,39 +3,51 @@
|
|||||||
@using Elektrifikatsiya.Models;
|
@using Elektrifikatsiya.Models;
|
||||||
@inject IVersionProvider VersionProvider
|
@inject IVersionProvider VersionProvider
|
||||||
|
|
||||||
<Row Height=Height.Is50 Padding="Padding.Is3.OnDesktop.Is0">
|
<Row Height=Height.Is50 Padding="Padding.Is3.OnDesktop.Is0" style="border-bottom-style:solid; border-bottom-color:#1a237e">
|
||||||
<Column ColumnSize="ColumnSize.Is12" style="border-bottom-style:solid; border-bottom-color:#1a237e">
|
<Row Style="height:90%; width:100%">
|
||||||
<ListView Class="w-100"
|
<Column style="align-content:center" ColumnSize="ColumnSize.Is6.Is3.WithOffset">
|
||||||
TItem="Device"
|
<Bar Breakpoint="Breakpoint.Desktop"
|
||||||
Data="@plugs"
|
Background="Background.White"
|
||||||
TextField="@((_)=>(""))"
|
ThemeContrast="ThemeContrast.None"
|
||||||
ValueField="@((_)=>(""))"
|
Shadow="Shadow.Remove"
|
||||||
Mode="ListGroupMode.Static">
|
Border="Border.Is1.RoundedTop">
|
||||||
<ItemTemplate>
|
<BarBrand>
|
||||||
<ListGroupItem>
|
Add plug via wifi
|
||||||
<Row>
|
</BarBrand>
|
||||||
<Column ColumnSize="ColumnSize.Is6">
|
</Bar>
|
||||||
<Row>
|
<ListView Class="w-100"
|
||||||
<Column >
|
TItem="Device"
|
||||||
<Heading Size="HeadingSize.Is6" Margin="Margin.Is1.FromBottom">@context.Item.Name</Heading>
|
Data="@plugs"
|
||||||
</Column>
|
TextField="@((_)=>(""))"
|
||||||
</Row>
|
ValueField="@((_)=>(""))"
|
||||||
<Row Width="Width.Is100">
|
Mode="ListGroupMode.Static"
|
||||||
<Column>
|
Style="border-radius: 0px 0px">
|
||||||
<Small>IP: @context.Item.Address</Small>
|
<ItemTemplate>
|
||||||
</Column>
|
<ListGroupItem>
|
||||||
</Row>
|
<Row>
|
||||||
</Column>
|
<Column ColumnSize="ColumnSize.Is6">
|
||||||
<Column ColumnSize="ColumnSize.Is4.Is2.WithOffset">
|
<Row>
|
||||||
<Button Position="Position.Absolute.Top.Is50.Start.Is50.Translate.Middle" Color="Color.Dark" Outline>
|
<Column>
|
||||||
<BarIcon IconName="IconName.Add" />
|
<Heading Size="HeadingSize.Is6" Margin="Margin.Is1.FromBottom">@context.Item.Name</Heading>
|
||||||
</Button>
|
</Column>
|
||||||
</Column>
|
</Row>
|
||||||
</Row>
|
<Row Width="Width.Is100">
|
||||||
</ListGroupItem>
|
<Column>
|
||||||
</ItemTemplate>
|
<Small>IP: @context.Item.Address</Small>
|
||||||
</ListView>
|
</Column>
|
||||||
</Column>
|
</Row>
|
||||||
|
</Column>
|
||||||
|
<Column ColumnSize="ColumnSize.Is4.Is2.WithOffset">
|
||||||
|
<Button Position="Position.Absolute.Top.Is50.Start.Is50.Translate.Middle" Color="Color.Dark" Outline>
|
||||||
|
<BarIcon IconName="IconName.Add" />
|
||||||
|
</Button>
|
||||||
|
</Column>
|
||||||
|
</Row>
|
||||||
|
</ListGroupItem>
|
||||||
|
</ItemTemplate>
|
||||||
|
</ListView>
|
||||||
|
</Column>
|
||||||
|
</Row>
|
||||||
</Row>
|
</Row>
|
||||||
|
|
||||||
@code {
|
@code {
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user