spectre/workflows/priorities RFE
This commit is contained in:
parent
794da40e5c
commit
60eeebdba9
10 changed files with 556 additions and 51 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue