main #1
@ -61,6 +61,12 @@ export default {
|
||||
filters: {
|
||||
site: this.name
|
||||
},
|
||||
route(row) {
|
||||
return {
|
||||
name: 'Site Job',
|
||||
params: { id: row.name }
|
||||
};
|
||||
},
|
||||
orderBy: 'creation desc',
|
||||
searchField: 'job_type',
|
||||
fields: ['end', 'job_id'],
|
||||
|
||||
@ -53,12 +53,7 @@ export function getJobsTab(pagetype: JobDocTypes) {
|
||||
else if (pagetype === 'Release Group') return { group: res.name };
|
||||
throw unreachable;
|
||||
},
|
||||
route(row) {
|
||||
return {
|
||||
name: jobRoute,
|
||||
params: { id: row.name }
|
||||
};
|
||||
},
|
||||
route: undefined,
|
||||
orderBy: 'creation desc',
|
||||
searchField: 'job_type',
|
||||
fields: ['end', 'job_id'],
|
||||
|
||||
@ -239,6 +239,7 @@ export const statusMap = {
|
||||
|
||||
export const deployTypeMap = {
|
||||
'Migrate': '迁移',
|
||||
'Pull': '拉取',
|
||||
'Update': '更新',
|
||||
'Install': '安装',
|
||||
'Uninstall': '卸载',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user