summaryrefslogtreecommitdiffstats
path: root/install/ui/details.js
diff options
context:
space:
mode:
authorkylebaker <kylebaker@dhcp-100-2-212.bos.redhat.com>2011-06-21 10:21:14 -0400
committerEndi S. Dewata <edewata@redhat.com>2011-06-23 19:29:50 +0000
commit545ecf94ef2db99edbdc376b39df86fe248eed31 (patch)
tree0e7096f807bf26d5749524681108bc28cdcc25f6 /install/ui/details.js
parentd9d00f152267780d8251ee6e935645f397f2c0d7 (diff)
downloadfreeipa-545ecf94ef2db99edbdc376b39df86fe248eed31.tar.gz
freeipa-545ecf94ef2db99edbdc376b39df86fe248eed31.tar.xz
freeipa-545ecf94ef2db99edbdc376b39df86fe248eed31.zip
Tab and spacing on list
Diffstat (limited to 'install/ui/details.js')
-rw-r--r--install/ui/details.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/install/ui/details.js b/install/ui/details.js
index d4a013ad9..b15d17e7b 100644
--- a/install/ui/details.js
+++ b/install/ui/details.js
@@ -338,7 +338,7 @@ IPA.details_facet = function(spec) {
that.reset_button = IPA.action_button({
label: IPA.messages.buttons.reset,
- icon: 'ui-icon-refresh',
+ icon: 'reset-icon',
'class': 'details-reset',
click: function() {
that.reset();
@@ -348,7 +348,7 @@ IPA.details_facet = function(spec) {
that.update_button = IPA.action_button({
label: IPA.messages.buttons.update,
- icon: 'ui-icon-check',
+ icon: 'update-icon',
'class': 'details-update',
click: function() {
that.update();