From 480bc630da6fd898a0ab4fd9b87e8cef764eaa98 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Wed, 24 Apr 2019 14:31:52 +0200 Subject: [PATCH] show app label if present --- src/views/apps.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/apps.html b/src/views/apps.html index 006e89b4f..099a48578 100644 --- a/src/views/apps.html +++ b/src/views/apps.html @@ -544,7 +544,7 @@
-
{{ app.location || app.fqdn }}
+
{{ app.label || app.location || app.fqdn }}
{{ app | installationStateLabel }}