Superuser config tool warnings

Adds warnings displayed in the superuser config tool that the changes made will only be applied to the local instance (in non-k8s case) or that a deployment is required (in the k8s case)

[Delivers #137537413]
This commit is contained in:
Joseph Schorr 2017-01-13 15:50:50 -05:00
parent d20b20ae2a
commit efdedba2ae
3 changed files with 14 additions and 1 deletions

View file

@ -197,6 +197,7 @@
$('#restartingContainerModal').modal('hide');
$scope.configStatus = resp['status'];
$scope.requiresRestart = resp['requires_restart'];
$scope.configProviderId = resp['provider_id'];
if ($scope.configStatus == 'ready') {
$scope.currentConfig = null;