mirror of
https://github.com/ansible/awx.git
synced 2026-05-12 20:07:37 -02:30
* Remove AWX from display text Co-authored-by: Hao Liu <44379968+TheRealHaoLiu@users.noreply.github.com>
This commit is contained in:
@@ -858,7 +858,7 @@ register(
|
|||||||
'SUBSCRIPTION_USAGE_MODEL',
|
'SUBSCRIPTION_USAGE_MODEL',
|
||||||
field_class=fields.ChoiceField,
|
field_class=fields.ChoiceField,
|
||||||
choices=[
|
choices=[
|
||||||
('', _('Default model for AWX - no subscription. Deletion of host_metrics will not be considered for purposes of managed host counting')),
|
('', _('No subscription. Deletion of host_metrics will not be considered for purposes of managed host counting')),
|
||||||
(
|
(
|
||||||
SUBSCRIPTION_USAGE_MODEL_UNIQUE_HOSTS,
|
SUBSCRIPTION_USAGE_MODEL_UNIQUE_HOSTS,
|
||||||
_('Usage based on unique managed nodes in a large historical time frame and delete functionality for no longer used managed nodes'),
|
_('Usage based on unique managed nodes in a large historical time frame and delete functionality for no longer used managed nodes'),
|
||||||
|
|||||||
Reference in New Issue
Block a user