Imrove vaadin 8 UI discontinuation message (#1522)

Signed-off-by: Marinov Avgustin <Avgustin.Marinov@bosch.com>
This commit is contained in:
Avgustin Marinov
2023-12-20 11:19:27 +02:00
committed by GitHub
parent b2d7e007a6
commit 754d736890

View File

@@ -31,4 +31,4 @@ hawkbit.server.ui.links.documentation.distribution-set-invalidation=https://www.
# UI Favicon disabled to use our Eclipse icon
spring.mvc.favicon.enabled=false
hawkbit.server.ui.notification.text=<div style='padding-top: 10px;'><div style='border: 1px solid black; padding: 10px; padding-left: 30px; padding-right: 30px; background-color: yellow; color: black; font-weight: bold;'>Vaadin 8 hawkBit UI (<i>this UI</i>) is deprecated and will be discontinued! For more information check <a target="_blank" rel="noopener noreferrer" href="https://eclipse.dev/hawkbit/blog/2023-11-22-vaadin8_ui_discontinuation">Vaadin 8 UI discontinuation</a> announcement.</div></div>
hawkbit.server.ui.notification.text=<div style='padding-top: 10px;'><div style='border: 1px solid black; padding: 10px; padding-left: 30px; padding-right: 30px; background-color: yellow; color: black; font-weight: bold;'>This Vaadin 8 hawkBit UI (<i>using Vaadin 8</i>) is deprecated and will be discontinued! For more information check <a target="_blank" rel="noopener noreferrer" href="https://eclipse.dev/hawkbit/blog/2023-11-22-vaadin8_ui_discontinuation">Vaadin 8 UI discontinuation</a> announcement.</div></div>