mirror of
https://github.com/ansible/awx.git
synced 2026-03-21 19:07:39 -02:30
Merge pull request #4756 from AlexSCorey/4744-JobSchedulers
fixes grid so action buttons stay in view Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
@@ -65,7 +65,7 @@ export default ['i18n', function(i18n) {
|
|||||||
|
|
||||||
fieldActions: {
|
fieldActions: {
|
||||||
|
|
||||||
columnClass: 'col-xl-3 col-lg-3 col-md-4 col-sm-5',
|
columnClass: 'col-xl-3 col-lg-3 col-md-2 col-sm-5',
|
||||||
"edit": {
|
"edit": {
|
||||||
mode: "all",
|
mode: "all",
|
||||||
ngClick: "editSchedule(schedule)",
|
ngClick: "editSchedule(schedule)",
|
||||||
|
|||||||
Reference in New Issue
Block a user