reorder more stuff

This commit is contained in:
peaklabs-dev 2024-12-11 18:44:19 +01:00
parent 9572c8498e
commit b48353c8a6
No known key found for this signature in database

View file

@ -59,9 +59,9 @@ private function showHelp()
<div class="text-yellow-500"> Channels: </div>
<ul class="text-coolify">
<li>email</li>
<li>slack</li>
<li>discord</li>
<li>telegram</li>
<li>slack</li>
<li>pushover</li>
</ul>
</div>
@ -73,6 +73,6 @@ private function showHelp()
<div class="mr-1">
In which manner you wish a <strong class="text-coolify">coolified</strong> notification?
</div>
HTML, ['email', 'slack', 'discord', 'telegram', 'pushover']);
HTML, ['email', 'discord', 'telegram', 'slack', 'pushover']);
}
}