UI improvements for subscription key generation
This commit is contained in:
@@ -135,6 +135,7 @@ app.ravLicense = (function () {
|
|||||||
|
|
||||||
const isPerpetual = $("#perpetual").prop("checked");
|
const isPerpetual = $("#perpetual").prop("checked");
|
||||||
$("#licenseExpires").prop("checked", !isPerpetual);
|
$("#licenseExpires").prop("checked", !isPerpetual);
|
||||||
|
$("#licenseExpires").prop("disabled", !isPerpetual);
|
||||||
$("#title").text(
|
$("#title").text(
|
||||||
isPerpetual ? "Perpetual license" : "Subscription license"
|
isPerpetual ? "Perpetual license" : "Subscription license"
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user