From e6ec50a4e6c0088faf0caefd091bbeffae9a0705 Mon Sep 17 00:00:00 2001 From: Zsolt Kocsmarszky Date: Wed, 27 Dec 2017 11:19:19 +0100 Subject: [PATCH] Dynamic forms back live again, extra classes added for better form design --- client/app/components/dynamic-form.html | 2 +- client/app/pages/data-sources/show.html | 55 +------------------------ client/app/pages/data-sources/show.js | 2 +- 3 files changed, 4 insertions(+), 55 deletions(-) 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, }, ]; }