Clarify the namespace being deleted
Fixes https://www.pivotaltracker.com/story/show/141418611
This commit is contained in:
parent
47a99fccb6
commit
409ee6137f
4 changed files with 10 additions and 10 deletions
|
@ -11,7 +11,8 @@ angular.module('quay').directive('deleteNamespaceView', function () {
|
|||
scope: {
|
||||
'user': '=user',
|
||||
'organization': '=organization',
|
||||
'subscriptionStatus': '=subscriptionStatus'
|
||||
'subscriptionStatus': '=subscriptionStatus',
|
||||
'namespaceTitle': '@namespaceTitle'
|
||||
},
|
||||
controller: function($scope, $element, UserService) {
|
||||
$scope.context = {};
|
||||
|
|
Reference in a new issue