Skip to content

Commit

Permalink
Adding ssh connection type to webform
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven Perkmann committed Mar 6, 2016
1 parent e099251 commit 4c46f08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions airflow/www/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -2110,6 +2110,7 @@ class ConnectionModelView(wwwutils.SuperUserMixin, AirflowModelView):
('s3', 'S3',),
('samba', 'Samba',),
('sqlite', 'Sqlite',),
('ssh', 'SSH',),
('mssql', 'Microsoft SQL Server'),
('mesos_framework-id', 'Mesos Framework ID'),
]
Expand Down

0 comments on commit 4c46f08

Please sign in to comment.