diff --git a/LICENSE b/LICENSE index 73094c997..d3e458db2 100644 --- a/LICENSE +++ b/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 diff --git a/web/src/views/project/Schedule.vue b/web/src/views/project/Schedule.vue index 6b2f26644..14e5e515d 100644 --- a/web/src/views/project/Schedule.vue +++ b/web/src/views/project/Schedule.vue @@ -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',