Этот коммит содержится в:
Joram Wilander
2016-05-03 11:54:49 -04:00
коммит произвёл Corey Hulen
родитель ffb4cb5e10
Коммит 08a3cf6b38
8 изменённых файлов: 351 добавлений и 209 удалений

Просмотреть файл

@@ -124,6 +124,7 @@ func getClientLicense(l *model.License) map[string]string {
props["GoogleSSO"] = strconv.FormatBool(*l.Features.GoogleSSO)
props["Compliance"] = strconv.FormatBool(*l.Features.Compliance)
props["CustomBrand"] = strconv.FormatBool(*l.Features.CustomBrand)
props["MHPNS"] = strconv.FormatBool(*l.Features.MHPNS)
props["IssuedAt"] = strconv.FormatInt(l.IssuedAt, 10)
props["StartsAt"] = strconv.FormatInt(l.StartsAt, 10)
props["ExpiresAt"] = strconv.FormatInt(l.ExpiresAt, 10)