Skip to content

Commit

Permalink
convert find ami execution details to react
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Reynolds authored and tomaslin committed Mar 16, 2018
1 parent 49d2227 commit dff9f1b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 42 deletions.
40 changes: 0 additions & 40 deletions pipeline/stages/findAmi/findAmiExecutionDetails.html

This file was deleted.

2 changes: 0 additions & 2 deletions pipeline/stages/findAmi/titusFindAmiStage.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ module.exports = angular.module('spinnaker.titus.pipeline.stage.findAmiStage', [
alias: 'findAmi',
cloudProvider: 'titus',
templateUrl: require('./findAmiStage.html'),
executionDetailsUrl: require('./findAmiExecutionDetails.html'),
executionConfigSections: ['findImageConfig', 'taskStatus'],
validators: [
{ type: 'requiredField', fieldName: 'cluster' },
{ type: 'requiredField', fieldName: 'selectionStrategy', fieldLabel: 'Server Group Selection'},
Expand Down

0 comments on commit dff9f1b

Please sign in to comment.