Skip to content
This repository was archived by the owner on Feb 27, 2024. It is now read-only.

Commit 2960158

Browse files
committed
remove engine option for type until ui can show engines
1 parent a85206f commit 2960158

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: controller/static/app/controllers.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ angular.module('shipyard.controllers', ['ngCookies'])
8282
.controller('DeployController', function($scope, $location, Engines, Container) {
8383
var types = [
8484
"service",
85-
"engine",
85+
//"engine", // removed until we get the UI to show engines to select
8686
"unique"
8787
];
8888
var networkModes = [

0 commit comments

Comments
 (0)