fix typos and add lastchange_stamp accessor pon DevicePort

This commit is contained in:
Oliver Gorwits
2012-02-12 16:04:35 +00:00
parent 33ff11fa71
commit 14c034050b
3 changed files with 17 additions and 2 deletions

View File

@@ -41,7 +41,7 @@
</td>
[% END %]
[% IF params.c_lastchange %]
<td class="center_cell">[% row.get_column('lastchange_stamp') | html_entity %]</td>
<td class="center_cell">[% row.lastchange_stamp | html_entity %]</td>
[% END %]
[% IF params.c_name %]
<td class="center_cell">[% row.name | html_entity %]</td>