mirror of
https://github.com/openziti/zrok.git
synced 2025-02-18 03:01:02 +01:00
metrics tab first, active by default (#234)
This commit is contained in:
parent
b5b3385b46
commit
0f6d05f449
@ -16,13 +16,13 @@ const AccountDetail = (props) => {
|
|||||||
return (
|
return (
|
||||||
<div>
|
<div>
|
||||||
<h2><Icon path={mdiAccountBox} size={2} />{" "}{props.user.email}</h2>
|
<h2><Icon path={mdiAccountBox} size={2} />{" "}{props.user.email}</h2>
|
||||||
<Tabs defaultActiveKey={"detail"}>
|
<Tabs defaultActiveKey={"metrics"}>
|
||||||
<Tab eventKey={"detail"} title={"Detail"}>
|
|
||||||
<PropertyTable object={props.user} custom={customProperties}/>
|
|
||||||
</Tab>
|
|
||||||
<Tab eventKey={"metrics"} title={"Metrics"}>
|
<Tab eventKey={"metrics"} title={"Metrics"}>
|
||||||
<MetricsTab />
|
<MetricsTab />
|
||||||
</Tab>
|
</Tab>
|
||||||
|
<Tab eventKey={"detail"} title={"Detail"}>
|
||||||
|
<PropertyTable object={props.user} custom={customProperties}/>
|
||||||
|
</Tab>
|
||||||
</Tabs>
|
</Tabs>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user