From 06a7a1b3cb277284448dd8344940395f0b29cd70 Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Mon, 10 Mar 2014 17:05:51 +0100 Subject: webui: replace IPA.command usage with rpc.command Replace all IPA.command, IPA.batch_command and IPA.concurrent_command usages by equivalents from rpc module. Reviewed-By: Adam Misnyovszki --- install/ui/doc/categories.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'install/ui/doc') diff --git a/install/ui/doc/categories.json b/install/ui/doc/categories.json index f5df41926..2634986f2 100644 --- a/install/ui/doc/categories.json +++ b/install/ui/doc/categories.json @@ -7,9 +7,9 @@ "classes": [ "IPA.object", "IPA.observer", - "IPA.command", - "IPA.batch_command", - "IPA.concurrent_command", + "rpc.command", + "rpc.batch_command", + "rpc.concurrent_command", "entity.entity" ] }, -- cgit