This commit is contained in:
parent
c652e089d5
commit
43f0800f91
@ -31,5 +31,8 @@ exports.getIndex = async function(req, res) {
|
|||||||
res.render('index.twig', {
|
res.render('index.twig', {
|
||||||
inventory: items,
|
inventory: items,
|
||||||
licenses: licenses,
|
licenses: licenses,
|
||||||
|
filters: {
|
||||||
|
limit: limit,
|
||||||
|
},
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user