Merge pull request #5412 from kensible/ctint-remove-form-panels

Removed extra Panel class from forms in CTinT
This commit is contained in:
kensible 2017-02-16 14:42:48 -05:00 committed by GitHub
commit 4e06ff8dd5
4 changed files with 8 additions and 4 deletions

View File

@ -219,7 +219,8 @@ export default [
id: form.id,
mode: 'edit',
scope: $scope.$parent,
related: true
related: true,
noPanel: true
});
});

View File

@ -68,7 +68,8 @@ export default [
id: 'configure-jobs-form',
mode: 'edit',
scope: $scope.$parent,
related: false
related: false,
noPanel: true
});
// Flag to avoid re-rendering and breaking Select2 dropdowns on tab switching

View File

@ -145,7 +145,8 @@ export default [
id: form.id,
mode: 'edit',
scope: $scope.$parent,
related: true
related: true,
noPanel: true
});
});

View File

@ -71,7 +71,8 @@
id: 'configure-ui-form',
mode: 'edit',
scope: $scope.$parent,
related: true
related: true,
noPanel: true
});
// Flag to avoid re-rendering and breaking Select2 dropdowns on tab switching