Bug fixes
This commit is contained in:
parent
b2e4b8152e
commit
b5dfabaaa3
2 changed files with 2 additions and 2 deletions
|
@ -595,7 +595,7 @@ function UserAdminCtrl($scope, $timeout, $location, Restangular, PlanService, Us
|
|||
}
|
||||
|
||||
UserService.updateUserIn($scope, function(user) {
|
||||
$scope.askForPassword = currentUser.askForPassword;
|
||||
$scope.askForPassword = user.askForPassword;
|
||||
});
|
||||
|
||||
$scope.readyForPlan = function() {
|
||||
|
|
|
@ -55,7 +55,7 @@
|
|||
<div class="empty-description" ng-show="repo.can_write">
|
||||
To push images to this repository:<br><br>
|
||||
<pre>sudo docker tag <i>0u123imageidgoeshere</i> quay.io/{{repo.namespace}}/{{repo.name}}
|
||||
sudo docker push quay.io/{{repo.namespace}}/{{repo.name}}</pre>
|
||||
sudo docker push quay.io/{{repo.namespace}}/{{repo.name}}</pre>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Reference in a new issue