From c4abe3a2d9741be55ee37f2d8857c4110d32f113 Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Tue, 5 Nov 2013 19:21:57 +0100 Subject: Replace icons with the ones from Font Awesome https://fedorahosted.org/freeipa/ticket/3904 --- install/ui/src/freeipa/details.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'install/ui/src/freeipa/details.js') diff --git a/install/ui/src/freeipa/details.js b/install/ui/src/freeipa/details.js index 596dc1ac..00134a23 100644 --- a/install/ui/src/freeipa/details.js +++ b/install/ui/src/freeipa/details.js @@ -466,19 +466,19 @@ exp.details_facet_pre_op = function(spec, context) { { name: 'reset', label: '@i18n:buttons.reset', - icon: 'reset-icon' + icon: 'fa-undo' }, { name: 'update', label: '@i18n:buttons.update', - icon: 'update-icon' + icon: 'fa-upload' }); } spec.control_buttons.unshift( { name: 'refresh', label: '@i18n:buttons.refresh', - icon: 'reset-icon' + icon: 'fa-refresh' }); spec.state = spec.state || {}; -- cgit