Ivan Galakhov 4 лет назад
Родитель
Сommit
a2b93e56a8

+ 1 - 1
dashboard/src/main/home/cluster-dashboard/expanded-chart/ExpandedChart.tsx

@@ -771,7 +771,7 @@ const ExpandedChart: React.FC<PropsType> = (props) => {
           <FormWrapper
             isReadOnly={
               imageIsPlaceholder ||
-              props.isAuthorized("application", "", ["get", "update"])
+              !props.isAuthorized("application", "", ["get", "update"])
             }
             formData={formData}
             tabOptions={tabOptions}