Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
truenas-rk3588
webui
Commits
b1641b34
Commit
b1641b34
authored
3 years ago
by
Evgeny Stepanovych
Browse files
Options
Download
Email Patches
Plain Diff
NAS-114411: Extracting network configuration into a separate component
parent
5339be32
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
src/app/pages/network/network-configuration-card/network-configuration-card.component.html
+1
-1
...figuration-card/network-configuration-card.component.html
src/app/pages/network/network-configuration-card/network-configuration-card.component.scss
+4
-0
...figuration-card/network-configuration-card.component.scss
src/app/pages/network/network.component.html
+1
-1
src/app/pages/network/network.component.html
src/app/pages/network/network.component.scss
+5
-0
src/app/pages/network/network.component.scss
with
11 additions
and
2 deletions
+11
-2
src/app/pages/network/network-configuration-card/network-configuration-card.component.html
View file @
b1641b34
<mat-card>
<mat-card
class=
"card"
>
<mat-toolbar-row>
<h3>
{{ 'Global Configuration' | translate }}
</h3>
<button
mat-button
color=
"default"
(click)=
"onSettingsClicked()"
>
{{ 'Settings' | translate }}
</button>
...
...
This diff is collapsed.
Click to expand it.
src/app/pages/network/network-configuration-card/network-configuration-card.component.scss
View file @
b1641b34
.card
{
width
:
100%
;
}
.mat-toolbar-row
{
display
:
flex
;
justify-content
:
space-between
;
...
...
This diff is collapsed.
Click to expand it.
src/app/pages/network/network.component.html
View file @
b1641b34
...
...
@@ -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"
>
...
...
This diff is collapsed.
Click to expand it.
src/app/pages/network/network.component.scss
View file @
b1641b34
...
...
@@ -24,3 +24,8 @@ div.disabled-notice {
cursor
:
pointer
;
text-decoration
:
underline
;
}
.dashboard-card
{
display
:
flex
;
flex
:
1
1
0
;
}
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help