Changeset 6565 for trunk/exodus/templates/viewNode.html
- Timestamp:
- Jan 7, 2009, 3:56:56 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/exodus/templates/viewNode.html (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/exodus/templates/viewNode.html
r6517 r6565 39 39 Direction: {{ nic.get_direction_display }} <br /> 40 40 Mode: {{ nic.get_mode_display }} <br> 41 {% if nic.ethernet_to_wifi %} 42 Bridge: {{ nic.ethernet_to_wifi.type }} <br /> 43 {% endif %} 41 44 {% endifnotequal %} 42 45 {% if user.is_authenticated %} … … 45 48 {% endif %} 46 49 </div> 47 50 {% for static in nic.dhcpstatic_set.all %} 51 <ul><ul> 52 <li>Hostname: {{ static.hostname }}</li> 53 <li>Macaddress: {{ static.macaddress }}</li> 54 <li>IP: {{ static.ipaddress}}</li> 55 </ul></ul> 56 {% endfor %} 48 57 {% for interlink in nic.link.interface_set.all %} 49 58 {% ifnotequal interlink nic %} … … 53 62 <li>Link Name: {{ interlink }}</li> 54 63 <li>IP: {{ interlink.ip }}/{{ interlink.netmask }} </li> 64 {% for static in interlink.dhcpstatic_set.all %} 65 <br /> 66 <ul> 67 <li>Hostname: {{ static.hostname }}</li> 68 <li>Macaddress: {{ static.macaddress }}</li> 69 <li>IP: {{ static.ipaddress}}</li> 70 </ul> 71 {% endfor %} 55 72 </ul> 56 73 {% endifnotequal %}
Note:
See TracChangeset
for help on using the changeset viewer.
