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;
|
return cols;
|
||||||
}, [showSingleTab, activeTab, t, getTabName, getTabNum, isSpot]);
|
}, [showSingleTab, activeTab, getTabName, getTabNum, isSpot]);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<BottomBlock
|
<BottomBlock
|
||||||
|
|
@ -797,7 +797,7 @@ export const NetworkPanelComp = observer(
|
||||||
title={
|
title={
|
||||||
<div className="capitalize flex items-center gap-2">
|
<div className="capitalize flex items-center gap-2">
|
||||||
<InfoCircleOutlined size={18} />
|
<InfoCircleOutlined size={18} />
|
||||||
{t('No Data')}
|
{'No Data'}
|
||||||
</div>
|
</div>
|
||||||
}
|
}
|
||||||
size="small"
|
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