This commit is contained in:
2022-09-15 17:14:57 +00:00
parent 092ec62b31
commit 4ac250686a
4 changed files with 56 additions and 3 deletions

View File

@@ -94,6 +94,11 @@ app.ravLicense = (function () {
Feature: "ActiveCustomerUsers",
Count: Number($("#subcustcount").val())
});
features.push({
Feature: "MaximumDataGB",
Count: Number($("#submaxdatagb").val())
});
}
let options = $("#options").val();
@@ -140,6 +145,8 @@ app.ravLicense = (function () {
$("#perpetusercountblock").toggleClass("d-none");
$("#subusercountblock").toggleClass("d-none");
$("#subcustcountblock").toggleClass("d-none");
$("#submaxdatagbblock").toggleClass("d-none");
const isPerpetual = $("#perpetual").prop("checked");
$("#licenseExpires").prop("checked", !isPerpetual);