summaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
authorFabian Mastenbroek <mail.fabianm@gmail.com>2020-11-01 22:34:10 +0100
committerGitHub <noreply@github.com>2020-11-01 22:34:10 +0100
commitfe717acf3136400a8048b5e2aabbc99414c790c1 (patch)
treefafa69b3ad578a817d10b9a70ddc676ebcbdeb24 /api
parent89bb83a4beb058d1459a6dcb2b2469c5313f8cbb (diff)
parent19c5d386ff6dd584c42126727b231564aabf9505 (diff)
Merge pull request #60 from atlarge-research/feat/metric-styling
Show full metric names during portfolio creation
Diffstat (limited to 'api')
-rw-r--r--api/opendc/api/v2/schedulers/endpoint.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/opendc/api/v2/schedulers/endpoint.py b/api/opendc/api/v2/schedulers/endpoint.py
index 9c19f631..f33159bf 100644
--- a/api/opendc/api/v2/schedulers/endpoint.py
+++ b/api/opendc/api/v2/schedulers/endpoint.py
@@ -6,7 +6,7 @@ SCHEDULERS = [
'core-mem',
'core-mem-inv',
'active-servers',
- 'active-server-inv',
+ 'active-servers-inv',
'provisioned-cores',
'provisioned-cores-inv',
'random'