refactor search sidebar templating again

This commit is contained in:
Oliver Gorwits
2012-01-07 12:50:47 +00:00
parent 7e502a39b8
commit a3b5adfd8c
6 changed files with 15 additions and 30 deletions

View File

@@ -50,6 +50,7 @@ get '/search' => sub {
{ id => 'node', label => 'Node' },
{ id => 'vlan', label => 'VLAN' },
{ id => 'port', label => 'Port' },
{ id => 'quux', label => 'Frobnitz' },
]);
template 'search';