From 4efc4dabf87affe91e53085a5043f5cec0457c3c Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Sat, 23 Jul 2022 05:44:20 +0200 Subject: [PATCH] Show software and version directly in the pods table if no errors closes #8379 --- Changelog.md | 1 + app/assets/templates/pod_table_entry_tpl.jst.hbs | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index cf88f2a13..adc40086a 100644 --- a/Changelog.md +++ b/Changelog.md @@ -19,6 +19,7 @@ ## Features * Render posts and comments as HTML in HTML mails [#8365](https://github.com/diaspora/diaspora/pull/8365) +* Add NodeInfo 2.1 support and also read newer versions of NodeInfo [#8379](https://github.com/diaspora/diaspora/pull/8379) # 0.7.17.0 diff --git a/app/assets/templates/pod_table_entry_tpl.jst.hbs b/app/assets/templates/pod_table_entry_tpl.jst.hbs index 46f0a9909..3c2bb0605 100644 --- a/app/assets/templates/pod_table_entry_tpl.jst.hbs +++ b/app/assets/templates/pod_table_entry_tpl.jst.hbs @@ -1,5 +1,5 @@ - + {{#if ssl}} {{else}} @@ -14,6 +14,7 @@ {{#if has_no_errors}} + {{software}} {{else}} {{status_text}} {{/if}}