add velero as hidden app

This commit is contained in:
Maarten de Waard 2022-10-13 12:24:00 +02:00
parent 1b18b3d06e
commit 31f61d74ba
No known key found for this signature in database
GPG key ID: 1D3E893A657CC8DA
5 changed files with 50 additions and 3 deletions

View file

@ -10,7 +10,7 @@ export const DASHBOARD_QUICK_ACCESS = [
];
/** Apps that should not be shown on the dashboard */
export const HIDDEN_APPS = ['dashboard'];
export const HIDDEN_APPS = ['dashboard', 'velero'];
/** Apps that should be shown under "Utilities" */
export const UTILITY_APPS = ['monitoring'];