Skip to content

Commit

Permalink
Merge pull request EUDAT-B2SHARE#1648 from emanueldima/rename-b2safe-…
Browse files Browse the repository at this point in the history
…to-external

rename b2safe to external files in the UI
  • Loading branch information
dinosk authored Feb 14, 2018
2 parents d056e38 + d844ed6 commit bf5d4ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webui/src/components/editfiles.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -716,8 +716,8 @@ export const FileRecordRow = React.createClass({
}
{
file.b2safe ?
<span className="b2safeFileBadge" style={{marginLeft:'1em', fontSize:11}}>
<span className="badge" style={{marginLeft:'0.5em', backgroundColor: '#000'}}> B2Safe </span>
<span style={{marginLeft:'1em', fontSize:11}}>
<span className="badge" style={{marginLeft:'0.5em', backgroundColor: '#000'}}> external </span>
</span> : null
}
</div>
Expand Down

0 comments on commit bf5d4ba

Please sign in to comment.