From b75113a7f1399c49322f4a212d40785c05e9b327 Mon Sep 17 00:00:00 2001 From: Roi Becker Date: Sun, 7 Jun 2020 13:18:07 -0700 Subject: [PATCH] ODS plugin Summary: Each time when the plugin starts (which is also when you re-enter it, even if the switch is on in the UI), will query Unity for all counters. There's also a button to manually refresh the list. I added a button to filter 0 counters (since there are a lot of them). It will pulse while it's filtering (on by default). Differential Revision: D21923242 fbshipit-source-id: 0dc54eb8b460fe68a22aa86f43a5115a70728092 --- 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 31911b3c7..5fb6ec451 100644 --- a/desktop/static/icons.json +++ b/desktop/static/icons.json @@ -425,5 +425,8 @@ ], "scuba": [ 12 + ], + "line-chart": [ + 12 ] -} +} \ No newline at end of file