Exclude "desktop" from Client tab of /realm_activity.

The "desktop" counts aggregate all desktop clients, but on the
Clients tab, we are only interested in specific versions.

(imported from commit eea2d8da584a6fa32fa1f3a2bae71ef5daaba738)
This commit is contained in:
Steve Howell 2013-11-04 10:07:22 -05:00
parent 7a67fb34b0
commit 0c505c9b80

View File

@ -2510,6 +2510,7 @@ def realm_client_table(user_summaries):
'send',
'pointer',
'website',
'desktop',
]
rows = []