Differential D13984 Diff 33743 src/applications/drydock/blueprint/DrydockMinMaxBlueprintImplementation.php
Changeset View
Changeset View
Standalone View
Standalone View
src/applications/drydock/blueprint/DrydockMinMaxBlueprintImplementation.php
| Show First 20 Lines • Show All 88 Lines • ▼ Show 20 Lines | return array( | ||||
| 'resource with the lowest number of leases when selecting a '. | 'resource with the lowest number of leases when selecting a '. | ||||
| 'resource to lease on. If all current resources have '. | 'resource to lease on. If all current resources have '. | ||||
| '`leases-per-resource` leases on them, then Drydock will allocate '. | '`leases-per-resource` leases on them, then Drydock will allocate '. | ||||
| 'another resource providing `max-count` would not be exceeded.'. | 'another resource providing `max-count` would not be exceeded.'. | ||||
| ' If `max-count` would be exceeded, Drydock will instead '. | ' If `max-count` would be exceeded, Drydock will instead '. | ||||
| 'overallocate the lease to an existing resource and '. | 'overallocate the lease to an existing resource and '. | ||||
| 'exceed the limit specified here.'), | 'exceed the limit specified here.'), | ||||
| ), | ), | ||||
| ); | ) + parent::getFieldSpecifications(); | ||||
| } | } | ||||
| } | } | ||||