From 8c2d79b75e08ba40152f1c2555bf24494ae481cb Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Wed, 1 Aug 2018 12:29:23 -0700 Subject: [PATCH] Show app id in info dialog --- src/views/apps.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/views/apps.html b/src/views/apps.html index f514ae50e..0648d2db1 100644 --- a/src/views/apps.html +++ b/src/views/apps.html @@ -312,7 +312,7 @@ Package v{{ appInfo.app.manifest.version }}
- Documentation + App ID {{ appInfo.app.id }}
Last updated {{ appInfo.app.updateTime | prettyDate }} @@ -323,6 +323,10 @@
+
+
+ Please see the documentation for more information. +