mirror of
https://github.com/ansible/awx.git
synced 2026-03-01 00:38:45 -03: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: {
|
||||
|
||||
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": {
|
||||
mode: "all",
|
||||
ngClick: "editSchedule(schedule)",
|
||||
|
||||
Reference in New Issue
Block a user