Add message about technical problems

This commit is contained in:
Mikołaj Pich 2023-02-13 10:52:48 +01:00 committed by GitHub
parent 078ee55cca
commit 328c203ad4
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 = 26,
title = "UWAGA",
content = "W związku z problemami technicznymi po stronie systemu UONET+ dostęp do dziennika może być w najbliższym czasie utrudniony lub nawet niemożliwy. Prosimy o cierpliwość i spróbowanie ponownie później",
priority = MessagePriority.HIGH,
type = MessageType.DASHBOARD_MESSAGE,
targetRegisterHost = RegisterAddress.VULCAN.url,
isDismissible = false,
isVisible = true,
),
Message(
id = 25,
title = "Wesołych Świąt!",