From 0a57265539b50457b794c59576d60b519529846e Mon Sep 17 00:00:00 2001 From: Maya Elenblum Date: Sun, 6 Dec 2020 08:26:17 -0800 Subject: [PATCH] Enable Carrier selection from Flipper (Dogfooding) Summary: Add a dogfooding tab in the Zero Rating devtools in flipper. The tab shows a list of all carriers and carrier ID (will later allow to start dogfooding after choosing one) Reviewed By: zaxy78 Differential Revision: D24675379 fbshipit-source-id: 044b6d957976a05bfe2666ca0510531102f9d0f6 --- desktop/static/icons.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/desktop/static/icons.json b/desktop/static/icons.json index a28c9c16c..957293e44 100644 --- a/desktop/static/icons.json +++ b/desktop/static/icons.json @@ -559,5 +559,8 @@ ], "sample-hi": [ 20 + ], + "dog": [ + 16 ] -} \ No newline at end of file +}