mirror of
https://github.com/semaphoreui/semaphore.git
synced 2024-11-21 08:51:05 +01:00
feat(schedule): change column order
This commit is contained in:
parent
6b945e8c4d
commit
c425074ae2
2
LICENSE
2
LICENSE
@ -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
|
||||
|
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user