summaryrefslogtreecommitdiffstats
path: root/install/ui/src/freeipa/details.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/src/freeipa/details.js')
-rw-r--r--install/ui/src/freeipa/details.js21
1 files changed, 0 insertions, 21 deletions
diff --git a/install/ui/src/freeipa/details.js b/install/ui/src/freeipa/details.js
index 4d38aa3f1..030c32395 100644
--- a/install/ui/src/freeipa/details.js
+++ b/install/ui/src/freeipa/details.js
@@ -1367,26 +1367,6 @@ exp.command_builder = function() {
}();
/**
- * No-op action which serves only for displaying label
- * @class details.select_action
- * @alternateClassName IPA.select_action
- * @extends facet.action
- */
-exp.select_action = IPA.select_action = function(spec) {
-
- spec = spec || {};
- spec.name = spec.name || 'select_action';
- spec.label = spec.label || '-- select action --';
-
- var that = IPA.action(spec);
-
- that.execute_action = function(facet) {
- };
-
- return that;
-};
-
-/**
* Invokes `facet.refresh`
* @class details.refresh_action
* @alternateClassName IPA.refresh_action
@@ -2007,7 +1987,6 @@ exp.register = function() {
var a = reg.action;
var f = reg.facet;
- a.register('select', exp.select_action);
a.register('refresh', exp.refresh_action);
a.register('reset', exp.reset_action);
a.register('update', exp.update_action);