Skip to content

Commit

Permalink
Linted client-side code
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff McMillen authored and Jeff McMillen committed Dec 6, 2024
1 parent f5e6bb4 commit 688f9e1
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions client/src/hooks/datafiles/useDataFilesAllocations.js
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
const dataFilesAllocations = {
hosts: {
'ls6.tacc.utexas.edu': ['TACC-ACI'],
'data.tacc.utexas.edu': ['TACC-ACI'],
'ranch.tacc.utexas.edu': ['TACC-ACI'],
'stampede2.tacc.utexas.edu': ['TACC-ACI'],
'maverick2.tacc.utexas.edu': ['TACC-ACI'],
'frontera.tacc.utexas.edu': ['TACC-ACI'],
},
portal_alloc: 'TACC-ACI',
active: [
hosts: {
'ls6.tacc.utexas.edu': ['TACC-ACI'],
'data.tacc.utexas.edu': ['TACC-ACI'],
'ranch.tacc.utexas.edu': ['TACC-ACI'],
'stampede2.tacc.utexas.edu': ['TACC-ACI'],
'maverick2.tacc.utexas.edu': ['TACC-ACI'],
'frontera.tacc.utexas.edu': ['TACC-ACI'],
},
portal_alloc: 'TACC-ACI',
active: [
{
title: 'TACC-ACI',
projectId: 9192,
projectName: 'TACC-ACI',
systems: [
{
name: 'ls6',
host: 'ls6.tacc.utexas.edu',
},
{
title: 'TACC-ACI',
projectId: 9192,
projectName: 'TACC-ACI',
systems: [
{
name: 'ls6',
host: 'ls6.tacc.utexas.edu',
},
{
name: 'frontera',
host: 'frontera.tacc.utexas.edu',
},
],
name: 'frontera',
host: 'frontera.tacc.utexas.edu',
},
],
],
},
],
};

export default dataFilesAllocations;
export default dataFilesAllocations;

0 comments on commit 688f9e1

Please sign in to comment.