From eb87b8c31931e682cbb927896d1d60a0266e1263 Mon Sep 17 00:00:00 2001 From: Petr Voborník Date: Mon, 6 Feb 2012 14:52:09 +0100 Subject: UI support for ssh keys To user and host details pages was added ipasshpubkey attribute. New widget for ssh public keys was created. https://fedorahosted.org/freeipa/ticket/2340 --- install/ui/test/widget_tests.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install/ui/test/widget_tests.js') diff --git a/install/ui/test/widget_tests.js b/install/ui/test/widget_tests.js index 7dce9924..951f943a 100644 --- a/install/ui/test/widget_tests.js +++ b/install/ui/test/widget_tests.js @@ -211,7 +211,7 @@ test("Testing text widget.", function() { }); test("Testing multi-valued text widget.", function() { - factory = IPA.multivalued_text_widget; + factory = IPA.multivalued_widget; spec = {undo:true,name:'title'}; base_widget_test('test_value'); widget_string_test(); -- cgit