Removed extra Panel class from forms in CTinT

This commit is contained in:
Ken Hoes 2017-02-16 13:57:48 -05:00
parent dac2045d49
commit 2c239ec018
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