rename instances into replicas

This commit is contained in:
Tobias Brunner 2025-07-11 16:58:30 +02:00
parent ba64d24c7a
commit 33e8f2152a
No known key found for this signature in database
2 changed files with 6 additions and 6 deletions

View file

@ -1834,7 +1834,7 @@ Please contact me with next steps for ordering this configuration.`;
}
// Override the updateAddonPricingDisplay method to use improved layout
PriceCalculator.prototype.updateAddonPricingDisplay = function(mandatoryAddons, selectedOptionalAddons) {
PriceCalculator.prototype.updateAddonPricingDisplay = function (mandatoryAddons, selectedOptionalAddons) {
// Handle mandatory addons - show them in the managed service includes section
if (this.managedServiceIncludesContainer) {
this.managedServiceIncludesContainer.innerHTML = '';

View file

@ -254,10 +254,10 @@
</div>
</div>
<!-- Instances Slider -->
<!-- Replicas Slider -->
<div class="mb-4">
<label for="instancesRange" class="form-label d-flex justify-content-between">
<span>Instances</span>
<span>Replicas</span>
<span class="fw-bold" id="instancesValue">1</span>
</label>
<input type="range" class="form-range" id="instancesRange" min="1" max="1" value="1" step="1">
@ -332,7 +332,7 @@
<div class="fw-bold" id="planMemory"></div>
</div>
<div class="col-3">
<small class="text-muted">Instances</small>
<small class="text-muted">Replicas</small>
<div class="fw-bold" id="planInstances"></div>
</div>
</div>