diff --git a/pkg/elemental/l10n/en-us.yaml b/pkg/elemental/l10n/en-us.yaml index 328e87a..b1d1843 100644 --- a/pkg/elemental/l10n/en-us.yaml +++ b/pkg/elemental/l10n/en-us.yaml @@ -182,6 +182,7 @@ elemental: machineReg: Registration Endpoint machineInv: Inventory of Machines clusterGroup: + helper: The Machine Count total, even if divided by multiple Machines Pools, must match the total amount of Inventory of Machines; otherwise, some Inventory of Machines might not report back if this condition isn't met. selector: label: Inventory of Machines Selector Template matchesAll: Matches all {total, number} existing Inventory of Machines diff --git a/pkg/elemental/machine-config/machineinventoryselectortemplate.vue b/pkg/elemental/machine-config/machineinventoryselectortemplate.vue index 151b362..9b9f31d 100644 --- a/pkg/elemental/machine-config/machineinventoryselectortemplate.vue +++ b/pkg/elemental/machine-config/machineinventoryselectortemplate.vue @@ -113,7 +113,8 @@ export default { + + \ No newline at end of file