Commit c7bbf883 by Bach Dániel

dashboard: fix tests

parent eab17f86
......@@ -1462,7 +1462,6 @@
"modified": "2014-01-24T00:58:19.654Z",
"system": "",
"priority": 20,
"state": "READY",
"access_method": "ssh",
"raw_data": "",
"arch": "x86_64",
......
......@@ -456,15 +456,6 @@ class Instance(AclBase, VirtualMachineDescModel, TimeStampedModel):
else:
return self.template.os_type
@property
def system(self):
"""Get the instance's operating system.
"""
if self.template is None:
return _("Unknown")
else:
return self.template.system
def get_age(self):
"""Deprecated. Use uptime instead.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment