Skip to content

Commit

Permalink
Merge pull request #2231 from subutai-io/base-2223
Browse files Browse the repository at this point in the history
  • Loading branch information
Dilshat authored Jan 31, 2018
2 parents 8e92a3a + fc451a7 commit 2c511bc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,13 +102,6 @@ public Response executeCommand( final String hostId, final String command, Strin
{
throw new AccessControlException( "Access denied" );
}
catch ( Exception e )
{
LOG.error( "Error executing command", e );

return Response.status( Response.Status.INTERNAL_SERVER_ERROR )
.entity( JsonUtil.toJson( e.getMessage() ) ).build();
}
}
// this command is intended to run on RH
else
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,18 +75,6 @@
</div>

<div class="b-toggle-buttons">
<!--<ul>
<li class="b-toggle-buttons__item"
ng-class="consoleViewCtrl.currentType == 'peer' ? 'b-toggle-buttons__item_active' : ''"
ng-click="consoleViewCtrl.setCurrentType('peer')">
Peer
</li>
<li class="b-toggle-buttons__item"
ng-class="consoleViewCtrl.currentType == 'environments' ? 'b-toggle-buttons__item_active' : ''"
ng-click="consoleViewCtrl.setCurrentType('environments')">
Environment
</li>
</ul>-->

<div class="b-main-form__wrapper b-main-form__wrapper_min">
<label class="b-popup-body-label b-popup-body-label_inline">
Expand Down

0 comments on commit 2c511bc

Please sign in to comment.