Skip to content

Commit b4c0050

Browse files
authored
fix(console): remove history for cornjob detail (#1575)
1 parent dfb5f9d commit b4c0050

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Diff for: web/console/config/resource/k8sConfig/cronjobs.ts

-4
Original file line numberDiff line numberDiff line change
@@ -162,10 +162,6 @@ const detailBasicInfo: DetailInfo = {
162162
};
163163

164164
const tabList = [
165-
{
166-
id: 'history',
167-
label: t('修订历史')
168-
},
169165
{
170166
id: 'event',
171167
label: t('事件')

0 commit comments

Comments
 (0)