flow: remove ability to swipe between tabs and tooltip improvement
This commit is contained in:
parent
3a6ede512b
commit
65e53adaeb
|
@ -705,7 +705,7 @@
|
|||
"site": {
|
||||
"name": "PlanktoScope Dashboard",
|
||||
"hideToolbar": "false",
|
||||
"allowSwipe": "true",
|
||||
"allowSwipe": "false",
|
||||
"lockMenu": "false",
|
||||
"allowTempTheme": "true",
|
||||
"dateFormat": "DD/MM/YYYY",
|
||||
|
@ -4250,7 +4250,7 @@
|
|||
"z": "674362b7.9b6574",
|
||||
"name": "Iso slider",
|
||||
"label": "ISO",
|
||||
"tooltip": "Possible values are 100, 200, 320, 400, 500, 640, 800",
|
||||
"tooltip": "Possible values are 100, 200, 320, 400, 500, 640, 800. 500 by default.",
|
||||
"group": "e8b67968.dea6",
|
||||
"order": 1,
|
||||
"width": 0,
|
||||
|
@ -4312,7 +4312,7 @@
|
|||
"z": "674362b7.9b6574",
|
||||
"name": "Shutter speed slider",
|
||||
"label": "Shutter Speed",
|
||||
"tooltip": "In microseconds, up to 5000µs, 10µs by default",
|
||||
"tooltip": "In microseconds, up to 2500µs, 10µs by default",
|
||||
"group": "e8b67968.dea6",
|
||||
"order": 2,
|
||||
"width": 0,
|
||||
|
@ -4321,7 +4321,7 @@
|
|||
"outs": "end",
|
||||
"topic": "imager/image",
|
||||
"min": "10",
|
||||
"max": "5000",
|
||||
"max": "2500",
|
||||
"step": "10",
|
||||
"x": 340,
|
||||
"y": 220,
|
||||
|
|
Loading…
Reference in a new issue