From 877f181f8d415a761033ac9f18f14dbf4d8c5f21 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Tue, 26 Jun 2018 19:58:21 -0700 Subject: [PATCH] Put ts in app listing as well --- src/apps.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps.js b/src/apps.js index 7f0d30414..6d17d17b2 100644 --- a/src/apps.js +++ b/src/apps.js @@ -330,7 +330,7 @@ function removeInternalFields(app) { 'id', 'appStoreId', 'installationState', 'installationProgress', 'runState', 'health', 'location', 'domain', 'fqdn', 'mailboxName', 'accessRestriction', 'manifest', 'portBindings', 'iconUrl', 'memoryLimit', 'xFrameOptions', - 'sso', 'debugMode', 'robotsTxt', 'enableBackup', 'creationTime', 'updateTime'); + 'sso', 'debugMode', 'robotsTxt', 'enableBackup', 'creationTime', 'updateTime', 'ts'); } function removeRestrictedFields(app) {