-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: added filters and time selection in traces tab
- Loading branch information
1 parent
332f548
commit 2ecd830
Showing
5 changed files
with
209 additions
and
81 deletions.
There are no files selected for viewing
38 changes: 13 additions & 25 deletions
38
frontend/src/components/HostMetricsDetail/HostMetricTraces/HostMetricTraces.styles.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,30 +1,18 @@ | ||
.host-metric-traces { | ||
.ant-table { | ||
background: #121212; | ||
color: #fff; | ||
margin-top: 1rem; | ||
|
||
.ant-table-thead>tr>th { | ||
background: #121212; | ||
color: #fff; | ||
border-bottom: 1px solid #303030; | ||
} | ||
.host-metric-traces-header { | ||
display: flex; | ||
justify-content: space-between; | ||
margin-bottom: 2rem; | ||
|
||
.ant-table-tbody>tr>td { | ||
background: #121212; | ||
color: #fff; | ||
border-bottom: 1px solid #303030; | ||
} | ||
|
||
.ant-table-tbody>tr:hover>td { | ||
background: #1a1a1a; | ||
} | ||
.filter-section { | ||
width: 35.7rem; | ||
} | ||
} | ||
|
||
.duration-cell { | ||
display: inline-block; | ||
padding: 2px 8px; | ||
background: #d64937; | ||
border-radius: 4px; | ||
color: #fff; | ||
} | ||
} | ||
.ant-table-content { | ||
overflow: hidden !important; | ||
} | ||
|
||
} |
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
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