Skip to content

Commit

Permalink
remove engine option for type until ui can show engines
Browse files Browse the repository at this point in the history
  • Loading branch information
ehazlett committed Nov 11, 2014
1 parent a85206f commit 2960158
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controller/static/app/controllers.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ angular.module('shipyard.controllers', ['ngCookies'])
.controller('DeployController', function($scope, $location, Engines, Container) {
var types = [
"service",
"engine",
//"engine", // removed until we get the UI to show engines to select
"unique"
];
var networkModes = [
Expand Down

0 comments on commit 2960158

Please sign in to comment.