Projects STRLCPY opencti Commits 72eb4b07
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■
    opencti-platform/opencti-front/src/private/components/analysis/external_references/StixCoreObjectExternalReferencesLines.js
    skipped 328 lines
    329 329   )}
    330 330   </List>
    331 331   ) : (
    332  - <div style={{ display: 'table', height: '100%', width: '100%' }}>
     332 + <div
     333 + style={{
     334 + display: 'table',
     335 + height: '100%',
     336 + width: '100%',
     337 + paddingTop: 15,
     338 + paddingBottom: 15,
     339 + }}
     340 + >
    333 341   <span
    334 342   style={{
    335 343   display: 'table-cell',
    skipped 188 lines
  • ■ ■ ■ ■
    opencti-platform/opencti-front/src/private/components/analysis/reports/StixCoreObjectOrStixCoreRelationshipLastReports.js
    skipped 209 lines
    210 210   textAlign: 'center',
    211 211   }}
    212 212   >
    213  - {t('No entities of this type has been found.')}
     213 + {t('No reports about this entity.')}
    214 214   </span>
    215 215   </div>
    216 216   );
    skipped 62 lines
  • ■ ■ ■ ■ ■
    opencti-platform/opencti-front/src/private/components/common/stix_core_objects/StixCoreObjectHistoryLines.js
    skipped 10 lines
    11 11   paperHistory: {
    12 12   height: '100%',
    13 13   margin: '10px 0 0 0',
    14  - padding: '15px 15px 0 15px',
     14 + padding: 15,
    15 15   borderRadius: 6,
    16 16   },
    17 17  });
    skipped 16 lines
    34 34   );
    35 35   })
    36 36   ) : (
    37  - <div style={{ display: 'table', height: '100%', width: '100%' }}>
     37 + <div
     38 + style={{
     39 + display: 'table',
     40 + height: '100%',
     41 + width: '100%',
     42 + }}
     43 + >
    38 44   <span
    39 45   style={{
    40 46   display: 'table-cell',
    skipped 67 lines
  • ■ ■ ■ ■ ■
    opencti-platform/opencti-front/src/private/components/common/stix_core_relationships/StixCoreRelationshipHistoryLines.js
    skipped 10 lines
    11 11   paperHistory: {
    12 12   height: '100%',
    13 13   margin: '10px 0 0 0',
    14  - padding: '15px 15px 0 15px',
     14 + padding: 15,
    15 15   borderRadius: 6,
    16 16   },
    17 17  });
    skipped 16 lines
    34 34   );
    35 35   })
    36 36   ) : (
    37  - <div style={{ display: 'table', height: '100%', width: '100%' }}>
     37 + <div
     38 + style={{
     39 + display: 'table',
     40 + height: '100%',
     41 + width: '100%',
     42 + }}
     43 + >
    38 44   <span
    39 45   style={{
    40 46   display: 'table-cell',
    skipped 67 lines
  • ■ ■ ■ ■
    opencti-platform/opencti-front/src/private/components/events/stix_sighting_relationships/StixSightingRelationshipHistoryLines.js
    skipped 10 lines
    11 11   paperHistory: {
    12 12   height: '100%',
    13 13   margin: '10px 0 0 0',
    14  - padding: '15px 15px 15px 15px',
     14 + padding: 15,
    15 15   borderRadius: 6,
    16 16   },
    17 17  });
    skipped 90 lines
  • ■ ■ ■ ■ ■ ■
    opencti-platform/opencti-front/src/utils/Localization.js
    skipped 1035 lines
    1036 1036   '30 days': '30 jours',
    1037 1037   'No entities were found for this search.':
    1038 1038   "Aucune entité n'a été trouvée pour cette recherche.",
     1039 + 'No reports about this entity.':
     1040 + 'Aucun rapport à propos de cette entité.',
    1039 1041   'API access': "Accès à l'API",
    1040 1042   Example: 'Exemple',
    1041 1043   'API key': "Clé d'API",
    skipped 1285 lines
    2327 2329   '24 hours': '24小时',
    2328 2330   '30 days': '30天',
    2329 2331   'No entities were found for this search.': '未找到此搜索的实体。',
     2332 + 'No reports about this entity.': '没有关于此实体的报告。',
    2330 2333   'API access': 'API访问',
    2331 2334   Example: '示例',
    2332 2335   'API key': 'API密钥',
    skipped 584 lines
Please wait...
Page is in error, reload to recover