feat(flags): enable password-vault, it-inventory, address-book, word-templates
This commit is contained in:
@@ -44,7 +44,7 @@ export const DEFAULT_FLAGS: FeatureFlag[] = [
|
||||
},
|
||||
{
|
||||
key: "module.password-vault",
|
||||
enabled: false,
|
||||
enabled: true,
|
||||
label: "Seif Parole",
|
||||
description: "Depozit intern de credențiale",
|
||||
category: "module",
|
||||
@@ -52,7 +52,7 @@ export const DEFAULT_FLAGS: FeatureFlag[] = [
|
||||
},
|
||||
{
|
||||
key: "module.it-inventory",
|
||||
enabled: false,
|
||||
enabled: true,
|
||||
label: "Inventar IT",
|
||||
description: "Evidența echipamentelor",
|
||||
category: "module",
|
||||
@@ -60,7 +60,7 @@ export const DEFAULT_FLAGS: FeatureFlag[] = [
|
||||
},
|
||||
{
|
||||
key: "module.address-book",
|
||||
enabled: false,
|
||||
enabled: true,
|
||||
label: "Contacte",
|
||||
description: "Clienți, furnizori, instituții",
|
||||
category: "module",
|
||||
@@ -68,7 +68,7 @@ export const DEFAULT_FLAGS: FeatureFlag[] = [
|
||||
},
|
||||
{
|
||||
key: "module.word-templates",
|
||||
enabled: false,
|
||||
enabled: true,
|
||||
label: "Șabloane Word",
|
||||
description: "Bibliotecă contracte și rapoarte",
|
||||
category: "module",
|
||||
|
||||
Reference in New Issue
Block a user