Skip to content

Commit

Permalink
Update ticket options to remove agave terminology (#485)
Browse files Browse the repository at this point in the history
  • Loading branch information
jarosenb authored Oct 21, 2024
1 parent 0466dcc commit bfa2a11
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,9 @@ export const TicketCreateForm: React.FC = () => {
<option>Vista(vista.tacc.utexas.edu)</option>
<option>Vislab(stallion.tacc.utexas.edu)</option>
<option>Cyclone(cyclone.tacc.utexas.edu)</option>
<option>Cloud and Interactive Computing (Agave API)</option>
<option>Cloud and Interactive Computing (Abaco API)</option>
<option>Cloud and Interactive Computing (Tapis API)</option>
<option>Cloud and Interactive Computing (JupyterHub)</option>
<option>Cloud and Interactive Computing (Other)</option>
<option>Other</option>
</FormikSelect>
<FormikInput name="subject" label="Subject" required description="" />
Expand Down

0 comments on commit bfa2a11

Please sign in to comment.