Put ts in app listing as well

This commit is contained in:
Girish Ramakrishnan
2018-06-26 19:58:21 -07:00
parent 02c0137dc1
commit 877f181f8d

View File

@@ -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) {