summaryrefslogtreecommitdiffstats
path: root/install/static/policy.js
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2010-11-04 21:42:37 -0500
committerAdam Young <ayoung@redhat.com>2010-11-08 20:06:49 -0500
commitc854435a27e0595c17661e80d38d5fa0016f8c96 (patch)
tree345245bcbbdf10fe29fca565581b6bd2aedd8822 /install/static/policy.js
parent537f4074d1606e9608773868ea630ca58effa61f (diff)
downloadfreeipa-c854435a27e0595c17661e80d38d5fa0016f8c96.tar.gz
freeipa-c854435a27e0595c17661e80d38d5fa0016f8c96.tar.xz
freeipa-c854435a27e0595c17661e80d38d5fa0016f8c96.zip
HBAC Access Time
IPA commands now can be defined in these classes: - ipa_command: a single IPA command - ipa_batch_command: a batch command for executing multiple commands on the server side using the new batch plugin The dialog boxes for adding and removing entries have been refactored: - ipa_dialog: base class for dialog boxes - ipa_adder_dialog: generic adder dialog box - ipa_deleter_dialog: generic deleter dialog box - ipa_association_adder_dialog: adding entity association - ipa_association_deleter_dialog: removing entity association Dialog boxes for adding/deleting HBAC users, hosts, services, and sourcehosts are implemented using the association dialog boxes. The dialog box for adding access time is implemented using ipa_dialog and currently contains only a text field. This will be replaced with a custom dialog box in a separate patch. The dialog box for removing access time is implemented using the generic deleter class because it's not an association. Removing multiple access times is implemented using batch operations. New test data files for access times have been added.
Diffstat (limited to 'install/static/policy.js')
-rw-r--r--install/static/policy.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/install/static/policy.js b/install/static/policy.js
index f0fa0cd9a..24333a5db 100644
--- a/install/static/policy.js
+++ b/install/static/policy.js
@@ -179,8 +179,7 @@ function ipa_records_facet(spec){
var delete_dialog = $('<div/>', {
- title: IPA.messages.button.delete,
- 'class': 'search-dialog-delete'
+ title: IPA.messages.button.delete
});
var to_delete_table =
$('<table class="search-table" >'+