bug fix: port free checking

This commit is contained in:
Oliver Gorwits
2013-09-11 22:34:13 +01:00
parent e0794567af
commit 1b37dfb438
2 changed files with 6 additions and 2 deletions

View File

@@ -22,7 +22,7 @@
<i class="icon-remove"></i>
[% ELSIF row.stp == 'blocking' %]
<i class="icon-fullscreen text-info"></i>
[% ELSIF row.has_column('is_free') AND row.is_free %]
[% ELSIF row.has_column_loaded('is_free') AND row.is_free %]
<i class="icon-arrow-down text-success"></i>
[% ELSIF row.up_admin == 'up' AND row.up == 'down' %]
<i class="icon-arrow-down text-error"></i>