From 5a28202c939ef9683d14fb3d873e0bacb35577db Mon Sep 17 00:00:00 2001 From: evgeniybryzh Date: Fri, 1 Apr 2022 15:03:47 +0300 Subject: [PATCH] feat: restyle t-alert component restyle TAlert component Signed-off-by: evgeniybryzh Signed-off-by: Artem Chernyshev --- README.md | 16 ++++ frontend/src/components/TAlert.vue | 115 +++++++++-------------------- 2 files changed, 49 insertions(+), 82 deletions(-) diff --git a/README.md b/README.md index 4acba89..c4afaef 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,22 @@ Then Kubernetes credentials are requested from the Talos API. `TALOSCONFIG` environment variable can be used to alter the lookup path for the Talos configuration. +## Compatibility Matrix + +Theila versions are compatible with the following versions of Talos: + +| | v0.11 | v0.12 | v0.13 | v0.14 | v1.0 | +| ------------- | ----- | ------ | ----- | ----- | ----- | +| Theila (v0.1) | ✓ | ✓ | ✓ | ✓ | | +| Theila (v0.2) | ✓ | ✓ | ✓ | ✓ | ✓ | + +CAPI compatibility matrix: + +| | v1alpha3 (v0.3) | v1alpha4 (v0.4) | v1beta1 (v1.x) | +| ------------- | --------------- | --------------- | -------------- | +| Theila (v0.1) | ✓ | ✓ | | +| Theila (v0.2) | | | ✓ | + ## Documentation For instructions on deploying and managing Talos, see the [Documentation](https://www.talos.dev/docs/latest/). diff --git a/frontend/src/components/TAlert.vue b/frontend/src/components/TAlert.vue index 7903f5b..263f180 100644 --- a/frontend/src/components/TAlert.vue +++ b/frontend/src/components/TAlert.vue @@ -4,12 +4,12 @@ License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -->