Skip to content

Commit

Permalink
fix conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
Cornic Mathieu committed Feb 12, 2018
1 parent 0489d0f commit 3c80fff
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,6 @@ angular.module('groups').controller('GroupsController', ['$scope', '$stateParams


$scope.generateCommand = function(container) {
console.log(container);
if (!container) {
return '';
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ <h4>Commands</h4>
<i class="fa fa-exclamation-triangle"></i>
</md-button>
</div>
<pre>{{ generateCommand(container) }}</pre>
<pre ng-if="authentication.isAdmin">{{generateCommand(container)}}</pre>

<div ng-show="container.daemon.dockerStatusUp">

Expand Down

0 comments on commit 3c80fff

Please sign in to comment.