From 1bd3917e3e6ace6d7f0bb45723a158a011e5c71a Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Thu, 2 Mar 2017 19:10:20 +0500 Subject: Ui improvements (#5588) * PLT-5354 - Making statistics flow on page * PLT-5262 - Updating icon on join team page * PLT-5218 - Making menu colors consistent on mobile * PLT-5377 - Adding bg to current posts in the RHS * PLT-5645 - Adjusting spacing after/before ul/ol --- webapp/components/analytics/system_analytics.jsx | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) (limited to 'webapp/components/analytics/system_analytics.jsx') diff --git a/webapp/components/analytics/system_analytics.jsx b/webapp/components/analytics/system_analytics.jsx index 89cc98f0b..a3517899a 100644 --- a/webapp/components/analytics/system_analytics.jsx +++ b/webapp/components/analytics/system_analytics.jsx @@ -217,7 +217,7 @@ class SystemAnalytics extends React.Component { ); advancedStats = ( -
+
+
{userCount} {teamCount} {channelCount} @@ -397,7 +397,7 @@ class SystemAnalytics extends React.Component { ); secondRow = ( -
+
{commandCount} {incomingCount} {outgoingCount} @@ -405,7 +405,7 @@ class SystemAnalytics extends React.Component { ); } else if (isLicensed && !skippedIntensiveQueries) { firstRow = ( -
+
{userCount} {teamCount} {channelCount} @@ -414,7 +414,7 @@ class SystemAnalytics extends React.Component { ); secondRow = ( -
+
{sessionCount} {commandCount} {incomingCount} @@ -423,7 +423,7 @@ class SystemAnalytics extends React.Component { ); } else if (!isLicensed) { firstRow = ( -
+
{userCount} {teamCount} {channelCount} @@ -433,7 +433,7 @@ class SystemAnalytics extends React.Component { } const thirdRow = ( -
+
{dailyActiveUsers} {monthlyActiveUsers}
@@ -448,10 +448,12 @@ class SystemAnalytics extends React.Component { /> {banner} - {firstRow} - {secondRow} - {thirdRow} - {advancedStats} +
+ {firstRow} + {secondRow} + {thirdRow} + {advancedStats} +
{advancedGraphs} {postTotalGraph} {activeUserGraph} -- cgit v1.2.3-1-g7c22