ui: merge fixes
This commit is contained in:
parent
4cef507611
commit
21b498b920
2 changed files with 2686 additions and 2427 deletions
|
|
@ -682,7 +682,7 @@ export const NetworkPanelComp = observer(
|
|||
});
|
||||
}
|
||||
return cols;
|
||||
}, [showSingleTab, activeTab, t, getTabName, getTabNum, isSpot]);
|
||||
}, [showSingleTab, activeTab, getTabName, getTabNum, isSpot]);
|
||||
|
||||
return (
|
||||
<BottomBlock
|
||||
|
|
@ -797,7 +797,7 @@ export const NetworkPanelComp = observer(
|
|||
title={
|
||||
<div className="capitalize flex items-center gap-2">
|
||||
<InfoCircleOutlined size={18} />
|
||||
{t('No Data')}
|
||||
{'No Data'}
|
||||
</div>
|
||||
}
|
||||
size="small"
|
||||
|
|
|
|||
5109
frontend/yarn.lock
5109
frontend/yarn.lock
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue