Skip to content

Commit 589a660

Browse files
author
OpenShift Bot
authored
Merge pull request #885 from juanvallejo/jvallejo/prevent-new-secrets-modeal-from-closing
Merged by openshift-bot
2 parents cf48ed9 + 6df8e4c commit 589a660

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

app/scripts/directives/oscSecrets.js

+1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ angular.module("openshiftConsole")
5252
$scope.newSecret = {};
5353
var modalInstance = $uibModal.open({
5454
animation: true,
55+
backdrop: 'static',
5556
templateUrl: 'views/modals/create-secret.html',
5657
controller: 'CreateSecretModalController',
5758
scope: $scope

dist/scripts/scripts.js

+1
Original file line numberDiff line numberDiff line change
@@ -9422,6 +9422,7 @@ name:""
94229422
b.newSecret = {};
94239423
var e = a.open({
94249424
animation:!0,
9425+
backdrop:"static",
94259426
templateUrl:"views/modals/create-secret.html",
94269427
controller:"CreateSecretModalController",
94279428
scope:b

0 commit comments

Comments
 (0)