Skip to content
Snippets Groups Projects
Commit cfa66ff1 authored by Ramesh Kumar's avatar Ramesh Kumar
Browse files

TMSS-275: Resource name updated

parent ff662755
No related branches found
No related tags found
1 merge request!191Resolve TMSS-243
...@@ -76,10 +76,10 @@ const ProjectService = { ...@@ -76,10 +76,10 @@ const ProjectService = {
return {'LOFAR Observing Time': 3600, return {'LOFAR Observing Time': 3600,
'LOFAR Observing Time prio A': 3600, 'LOFAR Observing Time prio A': 3600,
'LOFAR Observing Time prio B': 3600, 'LOFAR Observing Time prio B': 3600,
'LOFAR Processing Time': 3600, 'CEP Processing Time': 3600,
'Allocation storage': 1024*1024*1024*1024, 'LTA Storage': 1024*1024*1024*1024,
'Number of triggers': 1, 'Number of triggers': 1,
'LOFAR Support hours': 3600}; 'LOFAR Support Time': 3600};
} catch (error) { } catch (error) {
console.error(error); console.error(error);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment