Projects STRLCPY opencti Commits 4a3526eb
🤬
  • ■ ■ ■ ■ ■ ■
    opencti-platform/opencti-front/src/private/components/observations/infrastructures/InfrastructureCreation.js
    skipped 223 lines
    224 224   label={t('Infrastructure types')}
    225 225   type="infrastructure-type-ov"
    226 226   name="infrastructure_types"
    227  - containerstyle={fieldSpacingContainerStyle}
     227 + containerStyle={fieldSpacingContainerStyle}
    228 228   multiple={true}
    229 229   />
    230 230   <ConfidenceField
    231 231   name="confidence"
    232 232   label={t('Confidence')}
    233 233   fullWidth={true}
    234  - containerstyle={{ width: '100%', marginTop: 20 }}
     234 + containerStyle={{ width: '100%', marginTop: 20 }}
    235 235   />
    236 236   <Field
    237 237   component={MarkDownField}
    skipped 69 lines
  • ■ ■ ■ ■
    opencti-platform/opencti-front/src/private/components/threats/threat_actors/ThreatActorCreation.js
    skipped 265 lines
    266 266   name="confidence"
    267 267   label={t('Confidence')}
    268 268   fullWidth={true}
    269  - containerstyle={{ width: '100%', marginTop: 20 }}
     269 + containerStyle={{ width: '100%', marginTop: 20 }}
    270 270   />
    271 271   <Field
    272 272   component={MarkDownField}
    skipped 69 lines
  • ■ ■ ■ ■
    opencti-platform/opencti-front/src/private/components/threats/threat_actors/ThreatActorEditionOverview.js
    skipped 327 lines
    328 328   onChange={this.handleSubmitField.bind(this)}
    329 329   label={t('Confidence')}
    330 330   fullWidth={true}
    331  - containerstyle={{ width: '100%', marginTop: 20 }}
     331 + containerStyle={{ width: '100%', marginTop: 20 }}
    332 332   editContext={context}
    333 333   variant="edit"
    334 334   />
    skipped 118 lines
Please wait...
Page is in error, reload to recover