Skip to content

Commit

Permalink
Add 1.9 update channels to console v5, which shipped with tectonic 1.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
ggreer committed Apr 19, 2018
1 parent b0bedaf commit 6481f31
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ class ConfigureOperatorChannel extends PromiseComponent {
const items = {
'tectonic-1.8-preproduction': 'Tectonic-1.8-preproduction',
'tectonic-1.8-production': 'Tectonic-1.8-production',
'tectonic-1.9-preproduction': 'Tectonic-1.9-preproduction',
'tectonic-1.9-production': 'Tectonic-1.9-production',
};
return <form onSubmit={this._submit} name="form">
<ModalTitle>Update Channel</ModalTitle>
Expand Down

0 comments on commit 6481f31

Please sign in to comment.