On 2/5/06, David Johnson <[EMAIL PROTECTED]> wrote: > That is exactly it. I wonder how to connect them in the ZMI. So far, my > leading thought is to create a Network container that contains IP Addresses. > I will then register the Hosts as utilities. Each IP address will have be > able to select a Host utility.
Well, how about storing is persistent list of ip-adresses on the host, which you then can look up the ip-address object with? > From a python perspective all of this is no problem; it's making it all > presentable and manageable that is the crux. I think you are overcomplicating it. When the python level is ready, it's really only a question of how to generate the HTML code to display it... -- Lennart Regebro, Nuxeo http://www.nuxeo.com/ CPS Content Management http://www.cps-project.org/ _______________________________________________ Zope3-users mailing list [email protected] http://mail.zope.org/mailman/listinfo/zope3-users
