Add message about issues on GPE
This commit is contained in:
parent
b42634a80c
commit
8801f947bb
1 changed files with 14 additions and 0 deletions
|
@ -1,6 +1,20 @@
|
|||
import io.github.wulkanowy.messages.pojo.*
|
||||
|
||||
val messages = listOf(
|
||||
Message(
|
||||
id = 52,
|
||||
title = "Informacja od GPE",
|
||||
content = "„Informujemy, że w najbliższy czwartek tj. 04.01.2024r. od godziny 22:00 do 06:00 dnia następnego mogą występować utrudnienia w dostępie do GPE spowodowane przerwą techniczną",
|
||||
priority = MessagePriority.MEDIUM,
|
||||
targetRegisterHost = RegisterAddress.EDU_GDANSK.url,
|
||||
destinationUrl = "https://edu.gdansk.pl/",
|
||||
types = listOf(
|
||||
MessageType.DASHBOARD_MESSAGE,
|
||||
MessageType.LOGIN_MESSAGE,
|
||||
),
|
||||
isDismissible = true,
|
||||
isVisible = true,
|
||||
),
|
||||
Message(
|
||||
id = 51,
|
||||
title = "Ogłoszenie",
|
||||
|
|
Loading…
Reference in a new issue