feat: Fetch user cloud role and pass it on in website links (#8942)
This commit is contained in:
committed by
GitHub
parent
69363e461b
commit
666867a236
@@ -2102,6 +2102,7 @@
|
||||
"workflows.empty.description": "Create your first workflow",
|
||||
"workflows.empty.description.readOnlyEnv": "No workflows here yet",
|
||||
"workflows.empty.startFromScratch": "Start from scratch",
|
||||
"workflows.empty.browseTemplates": "Browse {category} templates",
|
||||
"workflows.shareModal.title": "Share '{name}'",
|
||||
"workflows.shareModal.select.placeholder": "Add users...",
|
||||
"workflows.shareModal.list.delete": "Remove access",
|
||||
|
||||
@@ -74,6 +74,7 @@ import {
|
||||
faGraduationCap,
|
||||
faGripLinesVertical,
|
||||
faGripVertical,
|
||||
faHandHoldingUsd,
|
||||
faHandScissors,
|
||||
faHandPointLeft,
|
||||
faHashtag,
|
||||
@@ -237,6 +238,7 @@ export const FontAwesomePlugin: Plugin<{}> = {
|
||||
addIcon(faGlobe);
|
||||
addIcon(faGlobeAmericas);
|
||||
addIcon(faGraduationCap);
|
||||
addIcon(faHandHoldingUsd);
|
||||
addIcon(faHandScissors);
|
||||
addIcon(faHandPointLeft);
|
||||
addIcon(faHashtag);
|
||||
|
||||
Reference in New Issue
Block a user