Skip to content

Commit

Permalink
feat(schedule): change column order
Browse files Browse the repository at this point in the history
  • Loading branch information
fiftin committed Jun 24, 2024
1 parent 6b945e8 commit c425074
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
The MIT License (MIT)

Copyright (c) 2014-2021 Castaway Labs LLC
Copyright (c) 2021 Denis Gukov
Copyright (c) 2014-2021 Castaway Labs LLC

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
6 changes: 3 additions & 3 deletions web/src/views/project/Schedule.vue
Original file line number Diff line number Diff line change
Expand Up @@ -115,12 +115,12 @@ export default {
methods: {
getHeaders() {
return [{
text: this.$i18n.t('Cron'),
value: 'cron_format',
}, {
text: this.$i18n.t('Template'),
value: 'tpl_name',
width: '100%',
}, {
text: this.$i18n.t('Cron'),
value: 'cron_format',
}, {
text: this.$i18n.t('actions'),
value: 'actions',
Expand Down

0 comments on commit c425074

Please sign in to comment.