mirror of
https://github.com/openziti/zrok.git
synced 2024-11-25 17:43:53 +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 (
|
||||
<div>
|
||||
<h2><Icon path={mdiAccountBox} size={2} />{" "}{props.user.email}</h2>
|
||||
<Tabs defaultActiveKey={"detail"}>
|
||||
<Tab eventKey={"detail"} title={"Detail"}>
|
||||
<PropertyTable object={props.user} custom={customProperties}/>
|
||||
</Tab>
|
||||
<Tabs defaultActiveKey={"metrics"}>
|
||||
<Tab eventKey={"metrics"} title={"Metrics"}>
|
||||
<MetricsTab />
|
||||
</Tab>
|
||||
<Tab eventKey={"detail"} title={"Detail"}>
|
||||
<PropertyTable object={props.user} custom={customProperties}/>
|
||||
</Tab>
|
||||
</Tabs>
|
||||
</div>
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user