Changeset 2641
- Timestamp:
- Dec 19, 2009, 9:59:59 PM (16 years ago)
- File:
- 
          - 1 edited
 
 
Legend:
- Unmodified
- Added
- Removed
- 
        package_branches/invirt-web/cherrypy/code/templates/list.makor2443 r2641 105 105 <td>${machine.administrator}</td> 106 106 % if machine.nics: 107 <td>${', '.join( map(lambda x: x.ip, machine.nics))}</td>107 <td>${', '.join(nic.ip for nic in machine.nics)}</td> 108 108 % else: 109 109 <td></td> 
Note: See TracChangeset
          for help on using the changeset viewer.
      
