feat(schedule): change column order

This commit is contained in:
fiftin 2024-06-25 01:26:21 +05:00
parent 6b945e8c4d
commit c425074ae2
No known key found for this signature in database
GPG Key ID: 044381366A5D4731
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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',