Skip to content

Commit

Permalink
Merge pull request alibaba#228 from loadchange/hotfix_fe_rollback_ser…
Browse files Browse the repository at this point in the history
…vice_list

FE rollback, service list
  • Loading branch information
Fury Zhu authored Nov 7, 2018
2 parents bdc3026 + 5213dbe commit d5eeb2f
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>
Expand Down

0 comments on commit d5eeb2f

Please sign in to comment.