From 459f16022e214547a4a16ef5b8eef115755f7f07 Mon Sep 17 00:00:00 2001 From: Lorenzo Blasa Date: Thu, 20 Jul 2023 04:48:20 -0700 Subject: [PATCH] Improved titles and sorting Summary: ^ Reviewed By: antonk52 Differential Revision: D47592581 fbshipit-source-id: f6e32c5ff12a351ed731d81c68fec0b230b3b5d5 --- .../src/sandy-chrome/Navbar.tsx | 23 ++++++++++--------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/desktop/flipper-ui-core/src/sandy-chrome/Navbar.tsx b/desktop/flipper-ui-core/src/sandy-chrome/Navbar.tsx index 085113573..68039a7a6 100644 --- a/desktop/flipper-ui-core/src/sandy-chrome/Navbar.tsx +++ b/desktop/flipper-ui-core/src/sandy-chrome/Navbar.tsx @@ -503,14 +503,25 @@ function TroubleshootMenu({ key="troubleshooting" title={} className={submenu}> + setIsDoctorVisible(true)}> + Setup Doctor + {getRenderHostInstance().GK('flipper_connection_troubleshoot') && ( setToplevelSelection('connectivity')}> - Troubleshoot connectivity + Troubleshoot Connectivity )} + + + Export All + setToplevelSelection('flipperlogs')}> @@ -518,16 +529,6 @@ function TroubleshootMenu({ Flipper Logs - setIsDoctorVisible(true)}> - Setup Doctor - - - Rage -