Add license validation to the config validation check

Should prevent a customer from accidentally saving a config that violates their license

Fixes https://jira.coreos.com/browse/QS-97
This commit is contained in:
Joseph Schorr 2017-12-19 13:44:08 -05:00
parent 024c183f67
commit 72bfebdb60
5 changed files with 75 additions and 0 deletions

View file

@ -19,6 +19,8 @@ angular.module("core-config-setup", ['angularFileUpload'])
$scope.GITHOST_REGEX = '^https?://([a-zA-Z0-9]+\.?\/?)+$';
$scope.SERVICES = [
{'id': 'license', 'title': 'License'},
{'id': 'redis', 'title': 'Redis'},
{'id': 'registry-storage', 'title': 'Registry Storage'},