summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--install/ui/details.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/install/ui/details.js b/install/ui/details.js
index 7fa72eff5..f5a3e4d80 100644
--- a/install/ui/details.js
+++ b/install/ui/details.js
@@ -673,6 +673,8 @@ IPA.button = function(spec) {
var button = $('<a/>', {
id: spec.id,
+ name: spec.name,
+ href: spec.href || '#' + (spec.name || 'button'),
html: spec.label,
title: spec.title || spec.label,
'class': 'ui-state-default ui-corner-all',