diff --git a/lib/MirrorCache/WebAPI/Controller/Rest/Table.pm b/lib/MirrorCache/WebAPI/Controller/Rest/Table.pm index a8378c14..b8671ff1 100644 --- a/lib/MirrorCache/WebAPI/Controller/Rest/Table.pm +++ b/lib/MirrorCache/WebAPI/Controller/Rest/Table.pm @@ -40,7 +40,7 @@ my %tables = ( }, Project => { keys => [['id'], ['name'],], - cols => ['id', 'name', 'path'], + cols => ['id', 'name', 'path', 'prio'], }, ); diff --git a/templates/app/project/index.html.ep b/templates/app/project/index.html.ep index 9f34952e..7d20b558 100644 --- a/templates/app/project/index.html.ep +++ b/templates/app/project/index.html.ep @@ -17,6 +17,7 @@