|
@@ -61,7 +61,7 @@ export default class Chart extends Component<PropsType, StateType> {
|
|
|
<StatusIndicator
|
|
<StatusIndicator
|
|
|
controllers={this.props.controllers}
|
|
controllers={this.props.controllers}
|
|
|
status={chart.info.status}
|
|
status={chart.info.status}
|
|
|
- margin_left={'20px'}
|
|
|
|
|
|
|
+ margin_left={'17px'}
|
|
|
/>
|
|
/>
|
|
|
<LastDeployed>
|
|
<LastDeployed>
|
|
|
<Dot>•</Dot> Last deployed {this.readableDate(chart.info.last_deployed)}
|
|
<Dot>•</Dot> Last deployed {this.readableDate(chart.info.last_deployed)}
|