mirror of
https://github.com/portainer/portainer.git
synced 2025-08-08 15:25:22 +02:00
feat(motd): relocate motd file URL and always return 200 (#2466)
This commit is contained in:
parent
40e0c3879c
commit
94d3d7bde2
3 changed files with 3 additions and 3 deletions
|
@ -8,7 +8,7 @@
|
|||
</rd-header>
|
||||
|
||||
<information-panel
|
||||
ng-if="motd && applicationState.UI.dismissedInfoHash !== motd.Hash"
|
||||
ng-if="motd && motd.Message !== '' && applicationState.UI.dismissedInfoHash !== motd.Hash"
|
||||
title-text="Important message"
|
||||
dismiss-action="dismissImportantInformation(motd.Hash)">
|
||||
<span class="text-muted">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue