-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
IOT-1403: Implemented application table column selection (#149)
* Fixed routing of gateway list + fixed memory leak by unsubscribing properly from gateway fetches * Fixed routing errors in gateway list * Changed mqtt datatarget topic placeholder + added tooltip * Added additional text changes from Product Owner * Removed maxLenght from device AND gateway EUI, now removes non-hex digits on submit * Added sticky to name column on gateway status table * Implemented application table column selection * Removed unused controller name from select
- Loading branch information
1 parent
8743af2
commit ae520ae
Showing
8 changed files
with
368 additions
and
32 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
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
27 changes: 15 additions & 12 deletions
27
src/app/applications/applications-list/applications-table/applications-table.component.scss
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,12 +1,15 @@ | ||
// .example-loading-shade { | ||
// position: absolute; | ||
// top: 0; | ||
// left: 0; | ||
// bottom: 0; | ||
// right: 0; | ||
// background: rgba(0, 0, 0, 0.15); | ||
// z-index: 1; | ||
// display: flex; | ||
// align-items: center; | ||
// justify-content: center; | ||
// } | ||
.table-select { | ||
width: 180px; | ||
margin: 5px; | ||
|
||
} | ||
|
||
.select-container { | ||
display: flex; | ||
flex-direction: row; | ||
justify-content: flex-end; | ||
} | ||
|
||
.flag-icon { | ||
color: red; | ||
} |
Oops, something went wrong.