Skip to content
Snippets Groups Projects
Commit 66d9d29b authored by Jürgen Voskuhl's avatar Jürgen Voskuhl
Browse files

Removed unused constants

parent 49a1af44
No related branches found
No related tags found
1 merge request!86planning#1203: Standards
Pipeline #56053 waiting for manual action
...@@ -39,33 +39,4 @@ module.exports = Object.freeze({ ...@@ -39,33 +39,4 @@ module.exports = Object.freeze({
'genehmigung_dekommissionierung', 'genehmigung_dekommissionierung',
'dekommissionierung', 'dekommissionierung',
], ],
// Information box related constants
INFO_BOXES: [
{
id: 'contact_info',
title: 'Kontaktinformationen',
headerBackgroundColor: 0xffe6d5,
},
{
id: 'support',
title: 'Support',
headerBackgroundColor: 0xdadada,
},
{
id: 'artefacts',
title: 'Artefakte',
headerBackgroundColor: 0xdadada,
},
{
id: 'combined_standards',
title: 'Verbundene IT-Standards',
headerBackgroundColor: 0xfff6d5,
},
{
id: 'last_update',
title: 'Letzte Aktualisierung',
headerBackgroundColor: 0xdadada,
},
],
}) })
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment