-
-
Notifications
You must be signed in to change notification settings - Fork 828
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Alarms history retention #811 and clean code
- Loading branch information
Showing
18 changed files
with
305 additions
and
198 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
26 changes: 24 additions & 2 deletions
26
client/src/app/editor/app-settings/app-settings.component.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,30 @@ | ||
|
||
::ng-deep .mat-tab-label { | ||
height: 34px !important; | ||
padding: 0; | ||
} | ||
|
||
.tabs-container { | ||
min-height: 500px; | ||
min-width: 620px; | ||
} | ||
|
||
.tabs-container .tab-system { | ||
width: 320px; | ||
} | ||
|
||
.tabs-container .tab-smtp { | ||
padding-right: 10px; | ||
} | ||
|
||
.tabs-container .tab-daq { | ||
padding-right: 10px; | ||
} | ||
|
||
.tabs-container .tab-alarms { | ||
padding-right: 10px; | ||
} | ||
|
||
.input-row { | ||
width: 610px; | ||
} | ||
width: 100%; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.