From f0b42ed06000e7c6a8a72bbbdb0673018af8a58b Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Wed, 6 Nov 2013 15:19:42 +0100 Subject: Facet title status icons https://fedorahosted.org/freeipa/ticket/3904 --- install/ui/src/freeipa/facet.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'install/ui/src') diff --git a/install/ui/src/freeipa/facet.js b/install/ui/src/freeipa/facet.js index 44ebfe5a..5127489d 100644 --- a/install/ui/src/freeipa/facet.js +++ b/install/ui/src/freeipa/facet.js @@ -1443,12 +1443,12 @@ exp.facet_title = IPA.facet_title = function(spec) { 'class': 'facet-title' }).appendTo(container); - that.icon = $('
', { - 'class': 'header-icon' - }).appendTo(that.title_container); - var h3 = $('

').appendTo(that.title_container); + that.icon = $('', { + 'class': 'header-icon' + }).appendTo(h3); + that.title = $('').appendTo(h3); that.pkey = $('', { -- cgit