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:
parent
d20b20ae2a
commit
efdedba2ae
3 changed files with 14 additions and 1 deletions
|
@ -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;
|
||||
|
|
Reference in a new issue