From bb14dab5d7a07c0835da92c128b1a912e8b47b13 Mon Sep 17 00:00:00 2001 From: peusterm Date: Mon, 18 Apr 2016 17:59:19 +0200 Subject: [PATCH] Fix: I somehow messed up some commits by clicking the "revert" button on the github page. Stupid me. --- src/emuvim/dcemulator/resourcemodel/upb/simple.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/emuvim/dcemulator/resourcemodel/upb/simple.py b/src/emuvim/dcemulator/resourcemodel/upb/simple.py index f0b147f..1d30733 100644 --- a/src/emuvim/dcemulator/resourcemodel/upb/simple.py +++ b/src/emuvim/dcemulator/resourcemodel/upb/simple.py @@ -193,6 +193,8 @@ class UpbSimpleCloudDcRM(BaseResourceModel): r["dc_max_mu"] = self.dc_max_mu r["dc_alloc_cu"] = self.dc_alloc_cu r["dc_alloc_mu"] = self.dc_alloc_mu + r["single_cu_percentage"] = self.single_cu + r["single_mu_percentage"] = self.single_mu r["allocation_state"] = allocation_state return r -- 2.17.1