Skip to content

Commit

Permalink
添加label
Browse files Browse the repository at this point in the history
  • Loading branch information
YanhuiJessica committed Feb 24, 2021
1 parent c4a7a02 commit 18a127d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/AttackPatterns.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export const AttackPatternList = (props: any) => {
label="STIX_ID"
source="external_references[0].external_id"
/>
<UrlField source="external_references[0].url" />
<UrlField label="References" source="external_references[0].url" />
<EditButton />
</Datagrid>
</List>
Expand Down Expand Up @@ -85,7 +85,7 @@ const AttackPatternForm = (props: any) => {

<ArrayInput label="x_mitre_platforms" source="x_mitre_platforms" validate={required()} >
<SimpleFormIterator>
<TextInput />
<TextInput label="x_mitre_platform"/>
</SimpleFormIterator>
</ArrayInput>

Expand Down

0 comments on commit 18a127d

Please sign in to comment.