From 0d538449d35bc20ba6f9f6865e275771adc5988d Mon Sep 17 00:00:00 2001 From: Alina Derkach Date: Thu, 2 May 2024 14:15:04 +0300 Subject: [PATCH] Add a banner modified: overrides/main.html --- overrides/main.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/overrides/main.html b/overrides/main.html index c9bf6df0f..8f187161c 100644 --- a/overrides/main.html +++ b/overrides/main.html @@ -2,6 +2,12 @@ {% extends "base.html" %} +{% block announce %} + This is a Beta version of Percona Everest and it is + not recommended for production environments yet. We encourage you to test it and give your feedback. + This will help us improve the product and make it production-ready faster. +{% endblock %} + {% block scripts %} {{ super() }}