diff options
author | Grégoire Aubert <gregoire.aubert@sonarsource.com> | 2018-06-04 10:23:33 +0200 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2018-06-12 20:21:01 +0200 |
commit | c536b46904f878cb8f4b6c1b1446b51b4519dfe0 (patch) | |
tree | adac91eeb9e153bd65385d599dfb84298f2b2bec /server/sonar-web | |
parent | 1edf0af8035b93c14c2b2c031f661f7bef1a7b82 (diff) | |
download | sonarqube-c536b46904f878cb8f4b6c1b1446b51b4519dfe0.tar.gz sonarqube-c536b46904f878cb8f4b6c1b1446b51b4519dfe0.zip |
LICENSE-98 Drop invalid plugins list in the license manager
Diffstat (limited to 'server/sonar-web')
-rw-r--r-- | server/sonar-web/src/main/js/api/marketplace.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/api/marketplace.ts b/server/sonar-web/src/main/js/api/marketplace.ts index a90f4fcc24f..3f572eaa8cf 100644 --- a/server/sonar-web/src/main/js/api/marketplace.ts +++ b/server/sonar-web/src/main/js/api/marketplace.ts @@ -24,7 +24,6 @@ export interface License { contactEmail: string; edition: string; expiresAt: string; - invalidInstalledPlugins: string[]; isExpired: boolean; isOfficialDistribution: boolean; isSupported: boolean; |