mirror of
https://github.com/ansible/awx.git
synced 2026-03-07 11:41:08 -03:30
Merge pull request #393 from docschick/docschick-tower-devel
fixed a typo, mumber to number
This commit is contained in:
@@ -60,7 +60,7 @@ class Inventory(CommonModel):
|
|||||||
total_hosts = models.PositiveIntegerField(
|
total_hosts = models.PositiveIntegerField(
|
||||||
default=0,
|
default=0,
|
||||||
editable=False,
|
editable=False,
|
||||||
help_text=_('Total mumber of hosts in this inventory.'),
|
help_text=_('Total number of hosts in this inventory.'),
|
||||||
)
|
)
|
||||||
hosts_with_active_failures = models.PositiveIntegerField(
|
hosts_with_active_failures = models.PositiveIntegerField(
|
||||||
default=0,
|
default=0,
|
||||||
|
|||||||
Reference in New Issue
Block a user