RZL: Add cashdesk link
This commit is contained in:
parent
964e3c0305
commit
72eafb0784
1 changed files with 14 additions and 2 deletions
|
|
@ -157,7 +157,7 @@ const config : Config = {
|
|||
},
|
||||
fan: {
|
||||
name: "Ventilator",
|
||||
position: [510, 460],
|
||||
position: [520, 450],
|
||||
icon: "toys",
|
||||
iconColor: state => state.fan == "on" ? "#00FF00" : "#000000",
|
||||
ui: [
|
||||
|
|
@ -169,6 +169,18 @@ const config : Config = {
|
|||
}
|
||||
]
|
||||
},
|
||||
cashdesk: {
|
||||
name: "Cashdesk",
|
||||
position: [500, 470],
|
||||
icon: "monetization_on",
|
||||
ui: [
|
||||
{
|
||||
type: "link",
|
||||
link: "http://cashdesk.rzl:8081/",
|
||||
text: "Open Cashdesk"
|
||||
}
|
||||
]
|
||||
},
|
||||
videogames: {
|
||||
name: "Videospiele",
|
||||
position: [100, 100],
|
||||
|
|
@ -213,7 +225,7 @@ const config : Config = {
|
|||
},
|
||||
artnet: {
|
||||
name: "Artnet",
|
||||
position: [535,475],
|
||||
position: [535,480],
|
||||
icon: "wb_incandescent",
|
||||
iconColor: state =>
|
||||
({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue