spectre/workflows/priorities RFE

This commit is contained in:
James Tolley 2007-06-26 23:48:41 +00:00
parent 794da40e5c
commit 60eeebdba9
10 changed files with 556 additions and 51 deletions

View file

@ -182,6 +182,15 @@ sub getAdminFunction {
my $self = shift;
my $id = shift;
my $functions = { # at some point in the future we'll need to make this pluggable/configurable
"spectre"=>{
title=>{
id=>"spectre",
namespace=>"Spectre"
},
icon=>"spectre.gif",
op=>"spectreStatus",
group=>"3"
},
"assets"=>{
title=>{
id=>"assets",