We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba429da commit 8b9bcdfCopy full SHA for 8b9bcdf
dashboard/src/components/EnvComponents/Features.tsx
@@ -72,10 +72,18 @@ const Features = ({ variables, setVariables }: any) => {
72
</Flex>
73
74
<Flex>
75
- <Flex w="100%" justifyContent="start" alignItems="center">
+ <Flex
76
+ w="100%"
77
+ justifyContent="center"
78
+ alignItems="start"
79
+ flexDirection="column"
80
+ >
81
<Text fontSize="sm">
82
Disable Redis for storing environment variables:
83
</Text>
84
+ <Text fontSize="sm" fontStyle="italic" color="blackAlpha.500">
85
+ Note: this needs server restart
86
+ </Text>
87
88
<Flex justifyContent="start" mb={3}>
89
<InputField
0 commit comments