This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user