From e7cb6619e37d299a4953a9b28603154c8846d1cf Mon Sep 17 00:00:00 2001 From: Egor Savkin Date: Tue, 28 Nov 2023 14:41:10 +0800 Subject: [PATCH] Update variants -> drtio role and add a tip Signed-off-by: Egor Savkin --- static/js/shop_data.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/static/js/shop_data.js b/static/js/shop_data.js index 487120d..7e9d9d5 100644 --- a/static/js/shop_data.js +++ b/static/js/shop_data.js @@ -65,12 +65,12 @@ const shop_data = { slotOccupied: 1, clockOccupied: 0, options: [ - {type: "Radio", args: {title: "Variant", outvar: "variant", variants: ["standalone", "master", "satellite"]}}, + {type: "Radio", args: {title: "DRTIO role", outvar: "drtio_role", variants: ["standalone", "master", "satellite"], tip: "Distributed Real Time Input/Output allows ARTIQ RTIO channels to be distributed among several satellite devices synchronized and controlled by a central core(master) device. Standalone option disables this feature."}}, { "if": [ { "in": [ - {"var": "variant"}, [ + {"var": "drtio_role"}, [ "master", "standalone" ] ] @@ -153,12 +153,12 @@ const shop_data = { slotOccupied: 1, clockOccupied: 0, options: [ - {type: "Radio", args: {title: "Variant", outvar: "variant", variants: ["standalone", "master", "satellite"]}}, + {type: "Radio", args: {title: "DRTIO role", outvar: "drtio_role", variants: ["standalone", "master", "satellite"], tip: "Distributed Real Time Input/Output allows ARTIQ RTIO channels to be distributed among several satellite devices synchronized and controlled by a central core(master) device. Standalone option disables this feature."}}, { "if": [ { "in": [ - {"var": "variant"}, [ + {"var": "drtio_role"}, [ "master", "standalone" ] ]