Commit b1641b34 authored by Evgeny Stepanovych's avatar Evgeny Stepanovych
Browse files

NAS-114411: Extracting network configuration into a separate component

parent 5339be32
No related merge requests found
Showing with 11 additions and 2 deletions
+11 -2
<mat-card>
<mat-card class="card">
<mat-toolbar-row>
<h3>{{ 'Global Configuration' | translate }}</h3>
<button mat-button color="default" (click)="onSettingsClicked()">{{ 'Settings' | translate }}</button>
......
.card {
width: 100%;
}
.mat-toolbar-row {
display: flex;
justify-content: space-between;
......
......@@ -49,7 +49,7 @@
>{{helptext.go_to_ha | translate}}</span>).</div>
</mat-card>
<app-table [conf]="interfaceTableConf" fxFlex></app-table>
<ix-network-configuration-card></ix-network-configuration-card>
<ix-network-configuration-card class="dashboard-card"></ix-network-configuration-card>
</div>
</div>
<div class="left-column" fxFlex="100" fxFlex.lg="35">
......
......@@ -24,3 +24,8 @@ div.disabled-notice {
cursor: pointer;
text-decoration: underline;
}
.dashboard-card {
display: flex;
flex: 1 1 0;
}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment