summaryrefslogtreecommitdiffstats
path: root/install/ui/src/freeipa/certificate.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/certificate.js
parentd4a6f20e65d8ba526e346eb134bb9b467fcbabad (diff)
downloadfreeipa-23c042775c0b6d918e7f05229a834622382e66fb.tar.gz
freeipa-23c042775c0b6d918e7f05229a834622382e66fb.tar.xz
freeipa-23c042775c0b6d918e7f05229a834622382e66fb.zip
RCUE dialog implementation
https://fedorahosted.org/freeipa/ticket/3904
Diffstat (limited to 'install/ui/src/freeipa/certificate.js')
-rwxr-xr-xinstall/ui/src/freeipa/certificate.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/install/ui/src/freeipa/certificate.js b/install/ui/src/freeipa/certificate.js
index 2fab64b7f..5da1de813 100755
--- a/install/ui/src/freeipa/certificate.js
+++ b/install/ui/src/freeipa/certificate.js
@@ -197,7 +197,7 @@ IPA.cert.download_dialog = function(spec) {
}
});
- that.create = function() {
+ that.create_content = function() {
var textarea = $('<textarea/>', {
'class': 'certificate',
readonly: 'yes'
@@ -227,7 +227,7 @@ IPA.cert.revoke_dialog = function(spec) {
return that.select.val();
};
- that.create = function() {
+ that.create_content = function() {
var table = $('<table/>').appendTo(that.container);
@@ -286,7 +286,7 @@ IPA.cert.view_dialog = function(spec) {
}
});
- that.create = function() {
+ that.create_content = function() {
var table = $('<table/>').appendTo(that.container);
@@ -424,7 +424,7 @@ IPA.cert.request_dialog = function(spec) {
}
});
- that.create = function() {
+ that.create_content = function() {
that.container.append(that.message);
that.textarea = $('<textarea/>', {