From: Jennifer Pringle Date: Thu, 7 Oct 2021 18:46:13 +0000 (-0700) Subject: Docs: Adding latency test and disable sounds to workstation admin. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=46fafc28a36fd445e2aefbf39159dde81878a897;p=Evergreen.git Docs: Adding latency test and disable sounds to workstation admin. Signed-off-by: Jennifer Pringle Signed-off-by: Jane Sandberg --- diff --git a/docs/modules/admin/assets/images/workstation/latency-test.png b/docs/modules/admin/assets/images/workstation/latency-test.png new file mode 100644 index 0000000000..2c8eecd299 Binary files /dev/null and b/docs/modules/admin/assets/images/workstation/latency-test.png differ diff --git a/docs/modules/admin/pages/latency.adoc b/docs/modules/admin/pages/latency.adoc new file mode 100644 index 0000000000..1c8f975b1d --- /dev/null +++ b/docs/modules/admin/pages/latency.adoc @@ -0,0 +1,34 @@ += Tests = + + +Click *Administration* -> *Workstation* -> *Tests* + +== Latency Test == + + +This will measure the websocket latency between your workstation client and the Evergreen server. + +. Click *Start Test* to run the test +. Click *Copy to Clipboard* to copy the results +. Click *Clear* to clear the results + +image::workstation/latency-test.png[] + +*Average Latency* - Indicates how long it takes for your workstation to communicate with Evergreen servers. + + += Disable Sounds = + + +Click *Administration* -> *Workstation* + +.Disable Sounds +. Check the box for *Disable Sounds* to turn off the staff client Sounds. + +.Test Sounds +. Click the buttons to test the staff client sounds. +. Distinct sounds will be played for each event. +.. *Success* +.. *Info* +.. *Warning* +.. *Error* \ No newline at end of file diff --git a/docs/modules/admin/pages/workstation_admin.adoc b/docs/modules/admin/pages/workstation_admin.adoc index 162f222961..eb44722eff 100644 --- a/docs/modules/admin/pages/workstation_admin.adoc +++ b/docs/modules/admin/pages/workstation_admin.adoc @@ -126,3 +126,4 @@ driver is the only one available try one of the alternate print strategies instead. ==================================== +include::latency.adoc[]