Skip to content

Commit

Permalink
fix(console): 修复创建deployment时request memory含有小数的问题 (#2255)
Browse files Browse the repository at this point in the history
* fix: 修复创建deployment是request memory含有小数的问题

* fix(console): resource tag 搜索 设定默认搜索名称

* fix(console): 修复cherry-pick造成的依赖缺失
  • Loading branch information
jo-hnny committed Apr 4, 2023
1 parent 8147a11 commit ba5523c
Show file tree
Hide file tree
Showing 9 changed files with 219 additions and 162 deletions.
53 changes: 51 additions & 2 deletions web/console/package-lock.json

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

2 changes: 1 addition & 1 deletion web/console/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,4 +131,4 @@
"webpack-cli": "^4.7.0",
"webpack-dev-server": "^3.11.2"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,19 @@
import * as React from 'react';
import { connect } from 'react-redux';

import { Bubble, Button, Drawer, Icon, Text, Dropdown, List } from '@tea/component';
import { Bubble, Button, Drawer, Dropdown, Icon, List, Text } from '@tea/component';
import { TablePanel, TablePanelColumnProps } from '@tencent/ff-component';
import { bindActionCreators } from '@tencent/ff-redux';
import { ChartPanel } from '@tencent/tchart';
import { t, Trans } from '@tencent/tea-app/lib/i18n';
import { Trans, t } from '@tencent/tea-app/lib/i18n';

import { dateFormatter } from '../../../../../helpers';
import { router as addonRouter } from '../../../addon/router';
import { Clip, LinkButton, TipInfo } from '../../../common/components';
import { Cluster } from '../../../common/models';
import { allActions } from '../../actions';
import { ClusterTypeMap } from '../../constants/Config';
import { DialogNameEnum } from '../../models';
import { getClusterTables, MonitorPanelProps } from '../../models/MonitorPanel';
import { MonitorPanelProps, getClusterTables } from '../../models/MonitorPanel';
import { router } from '../../router';
import { RootProps } from '../ClusterApp';
import { KubectlDialog } from '../KubectlDialog';
Expand Down
Loading

0 comments on commit ba5523c

Please sign in to comment.