Hide technical problems message

This commit is contained in:
Mikołaj Pich 2023-03-14 09:44:40 +01:00 committed by GitHub
parent dae4c9b7a0
commit 9cbc80098a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,16 @@
import io.github.wulkanowy.messages.pojo.*
val messages = listOf(
Message(
id = 27,
title = "UWAGA",
content = "System UONET+ ma obecnie problemy techniczne. W tym czasie może wyświetlać się komunikat o trwającej przerwie technicznej. Prosimy o cierpliwość i spróbowanie ponownie później",
priority = MessagePriority.MEDIUM,
type = MessageType.DASHBOARD_MESSAGE,
targetRegisterHost = RegisterAddress.VULCAN.url,
isDismissible = false,
isVisible = true,
),
Message(
id = 26,
title = "UWAGA",