Improved titles and sorting
Summary: ^ Reviewed By: antonk52 Differential Revision: D47592581 fbshipit-source-id: f6e32c5ff12a351ed731d81c68fec0b230b3b5d5
This commit is contained in:
committed by
Facebook GitHub Bot
parent
48fc330cc3
commit
459f16022e
@@ -503,14 +503,25 @@ function TroubleshootMenu({
|
||||
key="troubleshooting"
|
||||
title={<NavbarButton icon={BugOutlined} label="Troubleshoot" />}
|
||||
className={submenu}>
|
||||
<Menu.Item
|
||||
key="setupdoctor"
|
||||
onClick={() => setIsDoctorVisible(true)}>
|
||||
<Badge dot={hasNewProblem}>Setup Doctor</Badge>
|
||||
</Menu.Item>
|
||||
{getRenderHostInstance().GK('flipper_connection_troubleshoot') && (
|
||||
<Menu.Item
|
||||
key="connectivity"
|
||||
onClick={() => setToplevelSelection('connectivity')}>
|
||||
Troubleshoot connectivity
|
||||
Troubleshoot Connectivity
|
||||
</Menu.Item>
|
||||
)}
|
||||
<TroubleshootingGuide />
|
||||
|
||||
<Menu.Item
|
||||
key="rage"
|
||||
onClick={exportEverythingEverywhereAllAtOnceTracked}>
|
||||
Export All
|
||||
</Menu.Item>
|
||||
<Menu.Item
|
||||
key="flipperlogs"
|
||||
onClick={() => setToplevelSelection('flipperlogs')}>
|
||||
@@ -518,16 +529,6 @@ function TroubleshootMenu({
|
||||
Flipper Logs
|
||||
</Badge>
|
||||
</Menu.Item>
|
||||
<Menu.Item
|
||||
key="setupdoctor"
|
||||
onClick={() => setIsDoctorVisible(true)}>
|
||||
<Badge dot={hasNewProblem}>Setup Doctor</Badge>
|
||||
</Menu.Item>
|
||||
<Menu.Item
|
||||
key="rage"
|
||||
onClick={exportEverythingEverywhereAllAtOnceTracked}>
|
||||
Rage
|
||||
</Menu.Item>
|
||||
</Menu.SubMenu>
|
||||
</Menu>
|
||||
</Badge>
|
||||
|
||||
Reference in New Issue
Block a user