Skip to content

Commit

Permalink
code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-deboer committed Oct 30, 2017
1 parent acd503c commit af68dc1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pkg/ui/src/containers/Overview.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ class Overview extends React.Component {
height: 185,
},
summaryStatsBox: {
// background: 'rgb(66,66,66)',
margin: 0,
paddingTop: 15,
paddingBottom: 0,
Expand All @@ -125,12 +124,8 @@ class Overview extends React.Component {
}

let { namespaceMetrics, clusterMetrics, selectedNamespaces, quotasByNamespace } = this.props

let stats = calculateMetrics(clusterMetrics, namespaceMetrics, selectedNamespaces, quotasByNamespace)

// nm.summary.netTx.usage += p.network.txBytes
// nm.summary.netTx.duration += duration

let { props } = this
return (
<Paper style={styles.wrapper} zDepth={1} className={'overview'}>
Expand Down

0 comments on commit af68dc1

Please sign in to comment.