diff options
author | Daniil Baturin <daniil@vyos.io> | 2024-06-05 17:46:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-05 17:46:06 +0200 |
commit | 77cb661d81da44ac89b3fe3a0bca0e255dc430b7 (patch) | |
tree | 667473b16518954f0473eebaad2f07bf7b7cd241 /data | |
parent | d231ef3f969bd1c81101af3419b12c2c176240f3 (diff) | |
parent | 02658cc2b466cb76835ad79b477c76fadc0c0cc2 (diff) | |
download | vyos-1x-77cb661d81da44ac89b3fe3a0bca0e255dc430b7.tar.gz vyos-1x-77cb661d81da44ac89b3fe3a0bca0e255dc430b7.zip |
Merge pull request #3584 from dmbaturin/T6446-display-support-url
show version: T6446: display the support URL for LTS builds
Diffstat (limited to 'data')
-rw-r--r-- | data/templates/login/default_motd.j2 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/data/templates/login/default_motd.j2 b/data/templates/login/default_motd.j2 index 543c6f8e0..0d52092f8 100644 --- a/data/templates/login/default_motd.j2 +++ b/data/templates/login/default_motd.j2 @@ -4,6 +4,9 @@ Welcome to VyOS! . VyOS {{ version_data.version }} └ ──┘ {{ version_data.release_train }} +{% if version_data.lts_build %} + * Support portal: {{ version_data.support_url }} +{% endif %} * Documentation: {{ version_data.documentation_url }} * Project news: {{ version_data.project_news_url }} * Bug reports: {{ version_data.bugtracker_url }} |