We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cf48ed9 + 6df8e4c commit 589a660Copy full SHA for 589a660
app/scripts/directives/oscSecrets.js
@@ -52,6 +52,7 @@ angular.module("openshiftConsole")
52
$scope.newSecret = {};
53
var modalInstance = $uibModal.open({
54
animation: true,
55
+ backdrop: 'static',
56
templateUrl: 'views/modals/create-secret.html',
57
controller: 'CreateSecretModalController',
58
scope: $scope
dist/scripts/scripts.js
@@ -9422,6 +9422,7 @@ name:""
9422
b.newSecret = {};
9423
var e = a.open({
9424
animation:!0,
9425
+backdrop:"static",
9426
templateUrl:"views/modals/create-secret.html",
9427
controller:"CreateSecretModalController",
9428
scope:b
0 commit comments