Change colour and name of Port Control toggle option in Device Port View

This commit is contained in:
Oliver Gorwits
2013-01-29 21:42:37 +00:00
parent 409523747a
commit 5f537af2fc
3 changed files with 3 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ use App::Netdisco::Util::Web (); # for sort_port
hook 'before' => sub {
# list of port detail columns
var('port_columns' => [
{ name => 'c_admin', label => 'Port Control', default => '' },
{ name => 'c_admin', label => 'Admin Controls', default => '' },
{ name => 'c_port', label => 'Port', default => 'on' },
{ name => 'c_descr', label => 'Description', default => '' },
{ name => 'c_type', label => 'Type', default => '' },