From 6fc3f8e8496610eeddc950a04417323b951d6547 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Tue, 18 Sep 2007 13:22:12 -0400 Subject: Implement deletes in WebUI, some fixes to backend RW XMLRPC API to serialize deletes properly. --- docs/WUI_TODO | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/WUI_TODO b/docs/WUI_TODO index 60b1bcd..ae6dfaf 100644 --- a/docs/WUI_TODO +++ b/docs/WUI_TODO @@ -2,10 +2,8 @@ Things to do on the Web User Interface - make fields wider that need to be wider (most can probably be ~128? Ksmeta/Kopts min 255) - modify form fields that should be radio boxes, etc (things like arch, breed) -- rename support for all distro, profile, system, repo objects +- rename (and/or copy?) support for all distro, profile, system, repo objects -- just detect when name changes, should not require a new form -- delete support for all distro, profile, system, repo objects - -- when both checkboxes are checked, process on same form - kickstart file editing and new kickstart file creation (if in /var/lib/cobbler/kickstarts) - sync button -- hook up to API. - ??? -- cgit