fix: fe rollback, service list

This commit is contained in:
王彦民 2018-11-07 10:35:24 +08:00
parent bdc3026798
commit 5213dbea01

View File

@ -137,10 +137,6 @@ class ServiceList extends React.Component {
style={{marginRight: 10}}
>{I18N.QUERY}</Button>
</FormItem>
<FormItem label="" style={{float: 'right'}}>
<Button type="secondary"
onClick={() => this.openEditServiceDialog()}>{I18N.CREATE}</Button>
</FormItem>
</Form>
</Col>
</Row>
@ -164,11 +160,6 @@ class ServiceList extends React.Component {
type="normal"
onClick={() => this.props.history.push(`/serviceDetail?name=${record.name}`)}
>{I18N.DETAIL}</Button>
<Button
style={{marginLeft: 12}}
type="normal"
onClick={() => this.deleteService(record.name)}
>{I18N.DELETE}</Button>
</div>
)}/>
</Table>