fix(ui) - network panel title
This commit is contained in:
parent
238394a723
commit
a813a00b6d
1 changed files with 10 additions and 7 deletions
|
|
@ -228,13 +228,16 @@ export default class NetworkContent extends React.PureComponent {
|
||||||
<React.Fragment>
|
<React.Fragment>
|
||||||
<BottomBlock style={{ height: 300 + additionalHeight + 'px' }} className="border">
|
<BottomBlock style={{ height: 300 + additionalHeight + 'px' }} className="border">
|
||||||
<BottomBlock.Header showClose={!isResult}>
|
<BottomBlock.Header showClose={!isResult}>
|
||||||
<Tabs
|
<div className="flex items-center">
|
||||||
className="uppercase"
|
<span className="font-semibold color-gray-medium mr-4">Network</span>
|
||||||
tabs={tabs}
|
<Tabs
|
||||||
active={activeTab}
|
className="uppercase"
|
||||||
onClick={this.onTabClick}
|
tabs={tabs}
|
||||||
border={false}
|
active={activeTab}
|
||||||
/>
|
onClick={this.onTabClick}
|
||||||
|
border={false}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
<Input
|
<Input
|
||||||
className="input-small"
|
className="input-small"
|
||||||
placeholder="Filter by name"
|
placeholder="Filter by name"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue