summaryrefslogtreecommitdiffstats
path: root/install/ui/widget.js
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2011-04-14 15:43:57 -0500
committerAdam Young <ayoung@redhat.com>2011-04-18 11:12:02 -0400
commitfc7c1cbb6a3e2cdec4d1f8b0860c040ac3204e90 (patch)
tree7479196578958f1961a9d7ead4672965b87bf6d4 /install/ui/widget.js
parent8f9ddb058f922fbd33c4d15986eeb1f5be521cc5 (diff)
downloadfreeipa-fc7c1cbb6a3e2cdec4d1f8b0860c040ac3204e90.tar.gz
freeipa-fc7c1cbb6a3e2cdec4d1f8b0860c040ac3204e90.tar.xz
freeipa-fc7c1cbb6a3e2cdec4d1f8b0860c040ac3204e90.zip
Entitlement download.
A Download link has been added to download entitlement certificates.
Diffstat (limited to 'install/ui/widget.js')
-rw-r--r--install/ui/widget.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/install/ui/widget.js b/install/ui/widget.js
index 744e6ed4a..8680086ec 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;