fix cashdesk port (#126)

This commit is contained in:
Ranlvor 2019-10-08 19:12:54 +02:00 committed by uwap
parent db36cdf37c
commit 23a193625c

View file

@ -356,7 +356,7 @@ const config: Config = {
ui: [ ui: [
{ {
type: "link", type: "link",
link: "http://cashdesk.rzl:8081/", link: "http://cashdesk.rzl:8000/",
text: "Open Cashdesk", text: "Open Cashdesk",
icon: mdi("open-in-new") icon: mdi("open-in-new")
} }