From fc7c1cbb6a3e2cdec4d1f8b0860c040ac3204e90 Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Thu, 14 Apr 2011 15:43:57 -0500 Subject: Entitlement download. A Download link has been added to download entitlement certificates. --- install/ui/widget.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'install/ui/widget.js') diff --git a/install/ui/widget.js b/install/ui/widget.js index 744e6ed4..8680086e 100644 --- a/install/ui/widget.js +++ b/install/ui/widget.js @@ -1007,14 +1007,12 @@ IPA.column = function (spec) { var that = {}; - if (spec.format){ - that.format = spec.format; - } that.name = spec.name; that.label = spec.label; that.primary_key = spec.primary_key; that.width = spec.width; that.entity_name = spec.entity_name; + that.format = spec.format; that.setup = spec.setup || setup; -- cgit