Skip to content

Commit

Permalink
Merge branch 'eclipse-xpanse:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
WangLiNaruto authored May 28, 2024
2 parents 2860e97 + e7ae8cb commit 52ae1ce
Show file tree
Hide file tree
Showing 17 changed files with 1,356 additions and 425 deletions.
142 changes: 71 additions & 71 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"dependencies": {
"@ant-design/icons": "^5.3.7",
"@axa-fr/react-oidc": "^7.22.6",
"@tanstack/react-query": "^5.37.1",
"antd": "^5.17.3",
"@tanstack/react-query": "^5.40.0",
"antd": "^5.17.4",
"echarts": "5.5.0",
"echarts-for-react": "^3.0.2",
"rc-field-form": "^2.2.0",
Expand Down Expand Up @@ -109,8 +109,8 @@
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^7.10.0",
"@typescript-eslint/parser": "^7.10.0",
"@typescript-eslint/eslint-plugin": "^7.11.0",
"@typescript-eslint/parser": "^7.11.0",
"@vitejs/plugin-react": "^4.3.0",
"env-cmd": "^10.1.0",
"eslint": "^8.57.0",
Expand All @@ -124,7 +124,7 @@
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"knip": "^5.16.0",
"knip": "^5.17.2",
"openapi-typescript-codegen": "^0.29.0",
"prettier": "3.2.5",
"prettier-plugin-organize-imports": "^3.2.4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,12 @@ export function DeployedServicesRunningStatus(record: DeployedService): React.JS
record.serviceState === DeployedService.serviceState.RESTARTING
) {
return (
<Tag icon={<SyncOutlined />} color='processing'>
<Tag
bordered={false}
icon={<SyncOutlined spin />}
color='processing'
className={myServicesStyle.myServiceStatusSize}
>
{record.serviceState}
</Tag>
);
Expand Down
Loading

0 comments on commit 52ae1ce

Please sign in to comment.