diff --git a/static/directives/service-keys-manager.html b/static/directives/service-keys-manager.html index b1267daeb..c87e27660 100644 --- a/static/directives/service-keys-manager.html +++ b/static/directives/service-keys-manager.html @@ -316,9 +316,9 @@
^[\\s a-zA-Z0-9\-_:/]*$
',
+ 'callback': function(){
+ $scope.showChangeName(key)
+ }
+ });
+
+ return
+ }
+
var data = {
'name': value
};