summaryrefslogtreecommitdiff
path: root/virtManager/hoststorage.py
diff options
context:
space:
mode:
Diffstat (limited to 'virtManager/hoststorage.py')
-rw-r--r--virtManager/hoststorage.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/virtManager/hoststorage.py b/virtManager/hoststorage.py
index 64222b35..f44a0371 100644
--- a/virtManager/hoststorage.py
+++ b/virtManager/hoststorage.py
@@ -51,7 +51,7 @@ def _get_pool_size_percent(pool):
per = 0
else:
per = int(((float(alloc) / float(cap)) * 100))
- return "<span size='small' color='#484848'>%s%%</span>" % int(per)
+ return "<span size='small'>%s%%</span>" % int(per)
class vmmHostStorage(vmmGObjectUI):