File tree 2 files changed +16
-4
lines changed
client/src/app/pages/applications/applications-table/components
2 files changed +16
-4
lines changed Original file line number Diff line number Diff line change 1
1
# tackle2-ui
2
2
3
- [ ![ Operator Repository on Quay] ( https://quay.io/repository/konveyor/tackle2-ui/status " Operator Repository on Quay ")] ( https://quay.io/repository/konveyor/tackle2-ui ) [ ![ License] ( http ://img.shields.io/:license-apache -blue.svg)] ( http://www.apache.org/licenses/LICENSE-2.0.html ) [ ![ contributions welcome] ( https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat )] ( https://github.com/konveyor/tackle2-ui/pulls )
3
+ [ ![ Operator Repository on Quay] ( https://quay.io/repository/konveyor/tackle2-ui/status " Operator Repository on Quay ")] ( https://quay.io/repository/konveyor/tackle2-ui ) [ ![ License] ( https ://img.shields.io/badge/License-Apache%202.0 -blue.svg)] ( http://www.apache.org/licenses/LICENSE-2.0.html ) [ ![ contributions welcome] ( https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat )] ( https://github.com/konveyor/tackle2-ui/pulls )
4
4
5
- Tackle (2nd generation) UI component.
5
+ Konveyor UI component
6
6
7
- To install a Tackle2 cluster environment, refer to [ Tackle documentation] ( https://github.com/konveyor/tackle ) .
7
+ # Build and Test Status
8
+
9
+ | branch | last merge CI | last merge image build | nightly CI |
10
+ | :---------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
11
+ | main | [ ![ CI (repo level)] ( https://github.com/konveyor/tackle2-ui/actions/workflows/ci-repo.yml/badge.svg?branch=main&event=push )] ( https://github.com/konveyor/tackle2-ui/actions/workflows/ci-repo.yml ) | [ ![ Multiple Architecture Image Build] ( https://github.com/konveyor/tackle2-ui/actions/workflows/image-build.yaml/badge.svg?branch=main&event=push )] ( https://github.com/konveyor/tackle2-ui/actions/workflows/image-build.yaml ) | [ ![ CI (repo level)] ( https://github.com/konveyor/tackle2-ui/actions/workflows/ci-repo.yml/badge.svg?branch=main&event=schedule )] ( https://github.com/konveyor/tackle2-ui/actions/workflows/ci-repo.yml ) |
12
+ | release-0.4 | [ ![ CI (repo level)] ( https://github.com/konveyor/tackle2-ui/actions/workflows/ci-repo.yml/badge.svg?branch=release-0.4&event=push )] ( https://github.com/konveyor/tackle2-ui/actions/workflows/ci-repo.yml ) | [ ![ Multiple Architecture Image Build] ( https://github.com/konveyor/tackle2-ui/actions/workflows/image-build.yaml/badge.svg?branch=release-0.4&event=push )] ( https://github.com/konveyor/tackle2-ui/actions/workflows/image-build.yaml ) | [ ![ CI (repo level)] ( https://github.com/konveyor/tackle2-ui/actions/workflows/ci-repo.yml/badge.svg?branch=release-0.4&event=schedule )] ( https://github.com/konveyor/tackle2-ui/actions/workflows/ci-repo.yml ) |
13
+ | release-0.3 | [ ![ CI (repo level)] ( https://github.com/konveyor/tackle2-ui/actions/workflows/ci-repo.yml/badge.svg?branch=release-0.3&event=push )] ( https://github.com/konveyor/tackle2-ui/actions/workflows/ci-repo.yml ) | [ ![ Multiple Architecture Image Build] ( https://github.com/konveyor/tackle2-ui/actions/workflows/image-build.yaml/badge.svg?branch=release-0.3&event=push )] ( https://github.com/konveyor/tackle2-ui/actions/workflows/image-build.yaml ) | [ ![ CI (repo level)] ( https://github.com/konveyor/tackle2-ui/actions/workflows/ci-repo.yml/badge.svg?branch=release-0.3&event=schedule )] ( https://github.com/konveyor/tackle2-ui/actions/workflows/ci-repo.yml ) |
14
+
15
+ | branch | last merge e2e CI | nightly e2e CI |
16
+ | :---------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
17
+ | main | [ ![ CI (global konveyor CI)] ( https://github.com/konveyor/tackle2-ui/actions/workflows/ci-global.yml/badge.svg?branch=main&event=push )] ( https://github.com/konveyor/tackle2-ui/actions/workflows/ci-global.yml ) | [ ![ CI (global konveyor CI)] ( https://github.com/konveyor/tackle2-ui/actions/workflows/ci-global.yml/badge.svg?branch=main&event=schedule )] ( https://github.com/konveyor/tackle2-ui/actions/workflows/ci-global.yml ) |
18
+ | release-0.4 | [ ![ CI (global konveyor CI)] ( https://github.com/konveyor/tackle2-ui/actions/workflows/ci-global.yml/badge.svg?branch=release-0.4&event=push )] ( https://github.com/konveyor/tackle2-ui/actions/workflows/ci-global.yml ) | [ ![ CI (global konveyor CI)] ( https://github.com/konveyor/tackle2-ui/actions/workflows/ci-global.yml/badge.svg?branch=release-0.4&event=schedule )] ( https://github.com/konveyor/tackle2-ui/actions/workflows/ci-global.yml ) |
19
+ | release-0.3 | [ ![ CI (global konveyor CI)] ( https://github.com/konveyor/tackle2-ui/actions/workflows/ci-global.yml/badge.svg?branch=release-0.3&event=push )] ( https://github.com/konveyor/tackle2-ui/actions/workflows/ci-global.yml ) | [ ![ CI (global konveyor CI)] ( https://github.com/konveyor/tackle2-ui/actions/workflows/ci-global.yml/badge.svg?branch=release-0.3&event=schedule )] ( https://github.com/konveyor/tackle2-ui/actions/workflows/ci-global.yml ) |
8
20
9
21
# Development
10
22
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ export const ManageColumnsToolbar = <TColumnKey extends string>({
45
45
columns = { columns }
46
46
saveLabel = { t ( "actions.save" ) }
47
47
cancelLabel = { t ( "actions.cancel" ) }
48
- title = { t ( "title.manageColumns" ) }
48
+ title = { t ( "dialog. title.manageColumns" ) }
49
49
/>
50
50
) }
51
51
</ >
You can’t perform that action at this time.
0 commit comments