aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web
diff options
context:
space:
mode:
authorGrégoire Aubert <gregoire.aubert@sonarsource.com>2018-06-04 10:23:33 +0200
committerSonarTech <sonartech@sonarsource.com>2018-06-12 20:21:01 +0200
commitc536b46904f878cb8f4b6c1b1446b51b4519dfe0 (patch)
treeadac91eeb9e153bd65385d599dfb84298f2b2bec /server/sonar-web
parent1edf0af8035b93c14c2b2c031f661f7bef1a7b82 (diff)
downloadsonarqube-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.ts1
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;