Skip to content

Commit

Permalink
Merge pull request #1762 from xliiv/status-optional
Browse files Browse the repository at this point in the history
Optional `status` field on Device.
  • Loading branch information
xliiv committed Sep 4, 2015
2 parents a8d4e58 + fad42be commit dbad223
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ralph/ui/forms/devices.py
Expand Up @@ -380,6 +380,7 @@ def clean(self):
class DeviceInfoForm(DeviceForm):

asset_status = forms.CharField(
required=False,
widget=ReadOnlyWidget(), label=_('asset status'),
)

Expand Down

0 comments on commit dbad223

Please sign in to comment.