Support new sftp event types
This commit is contained in:
parent
33ab762f5a
commit
8b59c1c1a8
2 changed files with 14 additions and 4 deletions
|
@ -69,7 +69,7 @@ export default ({ activity, children }: Props) => {
|
|||
<TerminalIcon />
|
||||
</Tooltip>
|
||||
)}
|
||||
{activity.properties.using_sftp && (
|
||||
{activity.event.startsWith('server:sftp.') && (
|
||||
<Tooltip placement={'top'} content={'Using SFTP'}>
|
||||
<FolderOpenIcon />
|
||||
</Tooltip>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue