reorder more stuff
This commit is contained in:
parent
9572c8498e
commit
b48353c8a6
1 changed files with 2 additions and 2 deletions
|
|
@ -59,9 +59,9 @@ private function showHelp()
|
||||||
<div class="text-yellow-500"> Channels: </div>
|
<div class="text-yellow-500"> Channels: </div>
|
||||||
<ul class="text-coolify">
|
<ul class="text-coolify">
|
||||||
<li>email</li>
|
<li>email</li>
|
||||||
<li>slack</li>
|
|
||||||
<li>discord</li>
|
<li>discord</li>
|
||||||
<li>telegram</li>
|
<li>telegram</li>
|
||||||
|
<li>slack</li>
|
||||||
<li>pushover</li>
|
<li>pushover</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -73,6 +73,6 @@ private function showHelp()
|
||||||
<div class="mr-1">
|
<div class="mr-1">
|
||||||
In which manner you wish a <strong class="text-coolify">coolified</strong> notification?
|
In which manner you wish a <strong class="text-coolify">coolified</strong> notification?
|
||||||
</div>
|
</div>
|
||||||
HTML, ['email', 'slack', 'discord', 'telegram', 'pushover']);
|
HTML, ['email', 'discord', 'telegram', 'slack', 'pushover']);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue