Skip to content

Commit

Permalink
fix: The cluster command line button is removed (#1424)
Browse files Browse the repository at this point in the history
* fix: upload yaml

* fix: upload jar war yaml record

* fix: coding bug

* fix: aip register

* fix: link component

* fix: gateway route http

* fix: gateway select service name change k8s service name

* fix: The cluster command line button is removed

---------

Co-authored-by: songyg <songyg@goodrain.com>
  • Loading branch information
RainBondsongyg and songyg authored Nov 21, 2024
1 parent 99a7136 commit 83fdaaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/EnterpriseClusters/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1015,9 +1015,9 @@ export default class EnterpriseClusters extends PureComponent {
<Card
extra={<Row>
<Col span={24} style={{ textAlign: 'right' }}>
<Button onClick={this.terminalCallout}icon="code">
{/* <Button onClick={this.terminalCallout}icon="code">
{formatMessage({ id: 'otherEnterprise.shell.line' })}
</Button>
</Button> */}
<div
style={{
display: 'inline-block',
Expand Down

0 comments on commit 83fdaaa

Please sign in to comment.