User icon color indicates port_control/admin ability

This commit is contained in:
Oliver Gorwits
2013-05-05 13:02:45 +01:00
parent 2cdcb9db7e
commit d9a6a1882a
4 changed files with 14 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ use Dancer::Plugin::DBIC;
hook 'before' => sub {
# list of port detail columns
var('port_columns' => [
{ name => 'c_admin', label => 'Admin Controls', default => '' },
{ name => 'c_admin', label => 'Port Controls', default => '' },
{ name => 'c_port', label => 'Port', default => 'on' },
{ name => 'c_descr', label => 'Description', default => '' },
{ name => 'c_type', label => 'Type', default => '' },