diff --git a/README.md b/README.md index d822d1b43..8044bc151 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,8 @@


- - Build Status + + Pipeline Status Code coverage diff --git a/web/components.d.ts b/web/components.d.ts index e8e2e378f..88110bfc2 100644 --- a/web/components.d.ts +++ b/web/components.d.ts @@ -85,6 +85,7 @@ declare module 'vue' { Navbar: typeof import('./src/components/layout/header/Navbar.vue')['default'] NumberField: typeof import('./src/components/form/NumberField.vue')['default'] OrgSecretsTab: typeof import('./src/components/org/settings/OrgSecretsTab.vue')['default'] + Pagination: typeof import('./src/components/layout/Pagination.vue')['default'] Panel: typeof import('./src/components/layout/Panel.vue')['default'] PipelineFeedItem: typeof import('./src/components/pipeline-feed/PipelineFeedItem.vue')['default'] PipelineFeedSidebar: typeof import('./src/components/pipeline-feed/PipelineFeedSidebar.vue')['default'] diff --git a/web/src/components/layout/Pagination.vue b/web/src/components/layout/Pagination.vue new file mode 100644 index 000000000..ef9fed1a8 --- /dev/null +++ b/web/src/components/layout/Pagination.vue @@ -0,0 +1,38 @@ + + + diff --git a/web/src/components/repo/settings/SecretsTab.vue b/web/src/components/repo/settings/SecretsTab.vue index 30e801316..0f4afe5a7 100644 --- a/web/src/components/repo/settings/SecretsTab.vue +++ b/web/src/components/repo/settings/SecretsTab.vue @@ -14,14 +14,15 @@