mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2026-03-16 17:54:07 +01:00
Renamed procs/jobs to steps in code (#1331)
Renamed `procs` to `steps` in code for the issue #1288 Co-authored-by: Harikesh Prajapati <harikesh.prajapati@druva.com> Co-authored-by: qwerty287 <ndev@web.de> Co-authored-by: qwerty287 <80460567+qwerty287@users.noreply.github.com> Co-authored-by: 6543 <6543@obermui.de>
This commit is contained in:
4
web/components.d.ts
vendored
4
web/components.d.ts
vendored
@@ -76,10 +76,10 @@ declare module '@vue/runtime-core' {
|
||||
PipelineItem: typeof import('./src/components/repo/pipeline/PipelineItem.vue')['default']
|
||||
PipelineList: typeof import('./src/components/repo/pipeline/PipelineList.vue')['default']
|
||||
PipelineLog: typeof import('./src/components/repo/pipeline/PipelineLog.vue')['default']
|
||||
PipelineProcDuration: typeof import('./src/components/repo/pipeline/PipelineProcDuration.vue')['default']
|
||||
PipelineProcList: typeof import('./src/components/repo/pipeline/PipelineProcList.vue')['default']
|
||||
PipelineRunningIcon: typeof import('./src/components/repo/pipeline/PipelineRunningIcon.vue')['default']
|
||||
PipelineStatusIcon: typeof import('./src/components/repo/pipeline/PipelineStatusIcon.vue')['default']
|
||||
PipelineStepDuration: typeof import('./src/components/repo/pipeline/PipelineStepDuration.vue')['default']
|
||||
PipelineStepList: typeof import('./src/components/repo/pipeline/PipelineStepList.vue')['default']
|
||||
Popup: typeof import('./src/components/layout/Popup.vue')['default']
|
||||
RadioField: typeof import('./src/components/form/RadioField.vue')['default']
|
||||
RegistriesTab: typeof import('./src/components/repo/settings/RegistriesTab.vue')['default']
|
||||
|
||||
Reference in New Issue
Block a user