summaryrefslogtreecommitdiffstats
path: root/dozentenmodulserver/src/main/java/org/openslx/bwlp/sat/SupportedFeatures.java
diff options
context:
space:
mode:
Diffstat (limited to 'dozentenmodulserver/src/main/java/org/openslx/bwlp/sat/SupportedFeatures.java')
-rw-r--r--dozentenmodulserver/src/main/java/org/openslx/bwlp/sat/SupportedFeatures.java6
1 files changed, 5 insertions, 1 deletions
diff --git a/dozentenmodulserver/src/main/java/org/openslx/bwlp/sat/SupportedFeatures.java b/dozentenmodulserver/src/main/java/org/openslx/bwlp/sat/SupportedFeatures.java
index d2e158c1..5f21c22f 100644
--- a/dozentenmodulserver/src/main/java/org/openslx/bwlp/sat/SupportedFeatures.java
+++ b/dozentenmodulserver/src/main/java/org/openslx/bwlp/sat/SupportedFeatures.java
@@ -7,7 +7,11 @@ public class SupportedFeatures {
private static String supportedFeatures = null;
static {
- // registerFeature(Feature.EXTEND_EXPIRED_VM);
+ registerFeature(Feature.EXTEND_EXPIRED_VM);
+ registerFeature(Feature.NETWORK_SHARES);
+ registerFeature(Feature.MULTIPLE_HYPERVISORS);
+ registerFeature(Feature.SERVER_SIDE_COPY);
+ registerFeature(Feature.LECTURE_FILTER_LDAP);
}
public static String getFeatureString() {