-
Notifications
You must be signed in to change notification settings - Fork 5
Added table expand feature to display docker ID and labels. #104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #104 +/- ##
=======================================
Coverage 4.69% 4.69%
=======================================
Files 11 11
Lines 213 213
Branches 15 15
=======================================
Hits 10 10
Misses 203 203Continue to review full report at Codecov.
|
janniclas
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
janniclas
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please update the code according to the added comments

Added table-row expansion feature. It expands the row of a table on clicking the "View Details" button to show the details of an instance such as docker Id and labels. The feature is implemented using Angular-Material table expand-row feature.