summaryrefslogtreecommitdiffstats
path: root/web/react/components/admin_console
diff options
context:
space:
mode:
authorAsaad Mahmood <asaad@spinpunch.com>2016-02-05 19:34:01 +0500
committerAsaad Mahmood <asaad@spinpunch.com>2016-02-05 19:34:01 +0500
commit67408e9ebd87691a850f78074f0d792bcec8e35e (patch)
treec636151f79940390ff6cc57a4888cb0f3f258d3d /web/react/components/admin_console
parent8e79f12f3c6c0f8858addaf6f66ea6e88a965b65 (diff)
downloadchat-67408e9ebd87691a850f78074f0d792bcec8e35e.tar.gz
chat-67408e9ebd87691a850f78074f0d792bcec8e35e.tar.bz2
chat-67408e9ebd87691a850f78074f0d792bcec8e35e.zip
Multiple UI improvements
Diffstat (limited to 'web/react/components/admin_console')
-rw-r--r--web/react/components/admin_console/analytics.jsx10
1 files changed, 6 insertions, 4 deletions
diff --git a/web/react/components/admin_console/analytics.jsx b/web/react/components/admin_console/analytics.jsx
index 0a159d2e3..2a3070854 100644
--- a/web/react/components/admin_console/analytics.jsx
+++ b/web/react/components/admin_console/analytics.jsx
@@ -75,10 +75,12 @@ export default class Analytics extends React.Component {
}
let loading = (
- <FormattedMessage
- id='admin.analytics.loading'
- defaultMessage='Loading...'
- />
+ <h5>
+ <FormattedMessage
+ id='admin.analytics.loading'
+ defaultMessage='Loading...'
+ />
+ </h5>
);
let firstRow;