Skip to content

Commit

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

fix: fe rollback, service list
  • Loading branch information
loadchange authored Nov 7, 2018
2 parents 9369f18 + 7b77ff6 commit d6f8b1b
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 d6f8b1b

Please sign in to comment.