We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 986522d commit e6096d3Copy full SHA for e6096d3
1 file changed
src/frontend/src/components/jb-router-view/guide/corntab-list.vue
@@ -36,11 +36,12 @@
36
{{ $t('采用类Unix Crontab的配置表达式风格,降低使用门槛更快上手!提供了执行前/后通知提醒、执行记录等辅助功能,让用户可以放心地把定期执行的任务交给Job!') }}
37
</div>
38
<div class="page-action">
39
- <bk-button
+ <auth-button
40
+ auth="cron/create"
41
theme="primary"
42
@click="handleCreateCron">
43
{{ $t('新建定时任务') }}
- </bk-button>
44
+ </auth-button>
45
46
47
0 commit comments