fix: fe rollback, service list
This commit is contained in:
parent
bdc3026798
commit
5213dbea01
@ -137,10 +137,6 @@ class ServiceList extends React.Component {
|
|||||||
style={{marginRight: 10}}
|
style={{marginRight: 10}}
|
||||||
>{I18N.QUERY}</Button>
|
>{I18N.QUERY}</Button>
|
||||||
</FormItem>
|
</FormItem>
|
||||||
<FormItem label="" style={{float: 'right'}}>
|
|
||||||
<Button type="secondary"
|
|
||||||
onClick={() => this.openEditServiceDialog()}>{I18N.CREATE}</Button>
|
|
||||||
</FormItem>
|
|
||||||
</Form>
|
</Form>
|
||||||
</Col>
|
</Col>
|
||||||
</Row>
|
</Row>
|
||||||
@ -164,11 +160,6 @@ class ServiceList extends React.Component {
|
|||||||
type="normal"
|
type="normal"
|
||||||
onClick={() => this.props.history.push(`/serviceDetail?name=${record.name}`)}
|
onClick={() => this.props.history.push(`/serviceDetail?name=${record.name}`)}
|
||||||
>{I18N.DETAIL}</Button>
|
>{I18N.DETAIL}</Button>
|
||||||
<Button
|
|
||||||
style={{marginLeft: 12}}
|
|
||||||
type="normal"
|
|
||||||
onClick={() => this.deleteService(record.name)}
|
|
||||||
>{I18N.DELETE}</Button>
|
|
||||||
</div>
|
</div>
|
||||||
)}/>
|
)}/>
|
||||||
</Table>
|
</Table>
|
||||||
|
Loading…
Reference in New Issue
Block a user