From 6bf09e2c34c568e3cb0d296142d5abed77332635 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Espino?= Date: Wed, 8 Aug 2018 12:04:36 +0200 Subject: MM-11384: Add system install date information to the client config (#9218) * MM-11384: Add system install date information to the client config * Fixing translation text * Fixes from Peer Review --- model/system.go | 1 + 1 file changed, 1 insertion(+) (limited to 'model') diff --git a/model/system.go b/model/system.go index 2a636b14f..4228516d5 100644 --- a/model/system.go +++ b/model/system.go @@ -16,6 +16,7 @@ const ( SYSTEM_ACTIVE_LICENSE_ID = "ActiveLicenseId" SYSTEM_LAST_COMPLIANCE_TIME = "LastComplianceTime" SYSTEM_ASYMMETRIC_SIGNING_KEY = "AsymmetricSigningKey" + SYSTEM_INSTALLATION_DATE_KEY = "InstallationDate" ) type System struct { -- cgit v1.2.3-1-g7c22