mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2025-09-27 02:24:31 +02: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