summaryrefslogtreecommitdiffstats
path: root/install/ui/src/freeipa/hbactest.js
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2013-10-18 12:14:25 +0200
committerMartin Kosek <mkosek@redhat.com>2014-01-21 12:04:02 +0100
commit23c042775c0b6d918e7f05229a834622382e66fb (patch)
treec87de1fbe11ff84a99f33f527245e6bac0f51164 /install/ui/src/freeipa/hbactest.js
parentd4a6f20e65d8ba526e346eb134bb9b467fcbabad (diff)
downloadfreeipa.git-23c042775c0b6d918e7f05229a834622382e66fb.tar.gz
freeipa.git-23c042775c0b6d918e7f05229a834622382e66fb.tar.xz
freeipa.git-23c042775c0b6d918e7f05229a834622382e66fb.zip
RCUE dialog implementation
https://fedorahosted.org/freeipa/ticket/3904
Diffstat (limited to 'install/ui/src/freeipa/hbactest.js')
-rw-r--r--install/ui/src/freeipa/hbactest.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/install/ui/src/freeipa/hbactest.js b/install/ui/src/freeipa/hbactest.js
index c5189f9b..38601306 100644
--- a/install/ui/src/freeipa/hbactest.js
+++ b/install/ui/src/freeipa/hbactest.js
@@ -773,10 +773,10 @@ IPA.hbac.validation_dialog = function(spec) {
that.validation_results = spec.validation_results;
- that.create = function() {
+ that.create_content = function() {
if (that.message) {
- that.message_dialog_create();
+ that.message_dialog_create_content();
}
if (that.validation_results && that.validation_results.invalid_facets) {