summaryrefslogtreecommitdiff
path: root/data/templates
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@baturin.org>2024-06-05 15:55:22 +0100
committerDaniil Baturin <daniil@baturin.org>2024-06-05 15:55:22 +0100
commit02658cc2b466cb76835ad79b477c76fadc0c0cc2 (patch)
treee4c32ee70e5cef16f5f162d032e6a990b2c4fc9c /data/templates
parent184da97efbc133803d709896d741ee7ea4a4445c (diff)
downloadvyos-1x-02658cc2b466cb76835ad79b477c76fadc0c0cc2.tar.gz
vyos-1x-02658cc2b466cb76835ad79b477c76fadc0c0cc2.zip
show version: T6446: display the support URL for LTS builds
Diffstat (limited to 'data/templates')
-rw-r--r--data/templates/login/default_motd.j23
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 }}