mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2025-12-18 13:16:17 +01:00
feat: display energy usage in job view
- optional emission constant config line added
This commit is contained in:
@@ -11,6 +11,7 @@ new Job({
|
||||
},
|
||||
context: new Map([
|
||||
['cc-config', clusterCockpitConfig],
|
||||
['resampling', resampleConfig]
|
||||
['resampling', resampleConfig],
|
||||
['emission', emission]
|
||||
])
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user