Add message about technical problems
This commit is contained in:
parent
078ee55cca
commit
328c203ad4
1 changed files with 10 additions and 0 deletions
|
@ -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!",
|
||||
|
|
Loading…
Reference in a new issue