diff --git a/client/app/components/dynamic-form.html b/client/app/components/dynamic-form.html index 066a6a2ec..8c9a874a4 100644 --- a/client/app/components/dynamic-form.html +++ b/client/app/components/dynamic-form.html @@ -23,7 +23,7 @@ ng-if="field.property.type === 'file'"> - + - - -
- - -
- + + - - - - - - diff --git a/client/app/pages/data-sources/show.js b/client/app/pages/data-sources/show.js index bd7e9106f..1fae90fa6 100644 --- a/client/app/pages/data-sources/show.js +++ b/client/app/pages/data-sources/show.js @@ -55,7 +55,7 @@ function DataSourceCtrl( $scope.actions = [ { name: 'Delete', class: 'btn-danger', callback: deleteDataSource }, { - name: 'Test Connection', class: 'btn-default', callback: testConnection, disableWhenDirty: true, + name: 'Test Connection', class: 'btn-default pull-right', callback: testConnection, disableWhenDirty: true, }, ]; }