Hide technical problems message
This commit is contained in:
parent
dae4c9b7a0
commit
9cbc80098a
1 changed files with 10 additions and 0 deletions
|
@ -1,6 +1,16 @@
|
||||||
import io.github.wulkanowy.messages.pojo.*
|
import io.github.wulkanowy.messages.pojo.*
|
||||||
|
|
||||||
val messages = listOf(
|
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(
|
Message(
|
||||||
id = 26,
|
id = 26,
|
||||||
title = "UWAGA",
|
title = "UWAGA",
|
||||||
|
|
Loading…
Reference in a new issue