Added remaining WAIT_SPINNER settings.

Thanks to xet7 !

Related https://github.com/wekan/wekan/pull/3858
This commit is contained in:
Lauri Ojansivu 2021-06-11 15:17:43 +03:00
parent 8a21b69fb0
commit 488b765f95
10 changed files with 17 additions and 13 deletions

View file

@ -544,6 +544,9 @@ echo -e "\n"
echo -e "SAML Attributes."
echo -e "\t$ snap set $SNAP_NAME saml-attributes=''"
echo -e "\n"
echo -e "Wait spinner to use."
echo -e "\t$ snap set $SNAP_NAME wait-spinner='Bounce'"
echo -e "\n"
# parse config file for supported settings keys
echo -e "wekan supports settings keys"
echo -e "values can be changed by calling\n$ snap set $SNAP_NAME <key name>='<key value>'"