summaryrefslogtreecommitdiffstats
path: root/webapp/components/admin_console/reload_config.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/components/admin_console/reload_config.jsx')
-rw-r--r--webapp/components/admin_console/reload_config.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/components/admin_console/reload_config.jsx b/webapp/components/admin_console/reload_config.jsx
index d6d3fb56a..a04a98690 100644
--- a/webapp/components/admin_console/reload_config.jsx
+++ b/webapp/components/admin_console/reload_config.jsx
@@ -78,7 +78,7 @@ export default class ReloadConfigButton extends React.Component {
if (this.state.loading) {
contents = (
<span>
- <span className='glyphicon glyphicon-refresh glyphicon-refresh-animate'/>
+ <span className='fa fa-refresh icon--rotate'/>
{Utils.localizeMessage('admin.reload.loading', ' Loading...')}
</span>
);