Skip to content

Commit

Permalink
add arecibo data to ticket categories (#287)
Browse files Browse the repository at this point in the history
Co-authored-by: Jake Rosenberg <[email protected]>
  • Loading branch information
jarosenb and Jake Rosenberg authored Aug 3, 2023
1 parent 2ca4d01 commit b316095
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions apps/tup-cms/src/apps/portal/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"Login/Authentication Issue": "Accounting",
"Running Jobs or Using TACC Resources": "High Performance Computing",
"Security Incident": "NSO",
"Arecibo Data": "High Performance Computing",
"Other": "High Performance Computing"
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ export const TicketCreateForm: React.FC = () => {
<option>Running Jobs or Using TACC Resources</option>
<option>Login Issues</option>
<option>Multi-factor Authentication</option>
<option>Arecibo Data</option>
<option>Other</option>
</FormikSelect>
<FormikSelect name="resource" label="System/Resource" required>
Expand Down
1 change: 1 addition & 0 deletions libs/tup-components/src/tickets/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export const QUEUE_MAP = {
'Multi-factor Authentication': 'MFA',
'Data Analytics or Storage Resources': 'Data Intensive Computing',
'Running Jobs or Using TACC Resources': 'High Performance Computing',
'Arecibo Data': 'High Performance Computing',
'Security Incident': 'NSO',
Other: 'High Performance Computing',
};
Expand Down

0 comments on commit b316095

Please sign in to comment.