mirror of
https://github.com/Lissy93/dashy.git
synced 2025-12-15 13:03:28 +01:00
⚡ Updates minimal view with new status check attributes
This commit is contained in:
parent
5f677e1fdd
commit
96c1232014
1 changed files with 2 additions and 1 deletions
|
|
@ -12,8 +12,9 @@
|
|||
:target="item.target"
|
||||
:color="item.color"
|
||||
:backgroundColor="item.backgroundColor"
|
||||
:statusCheckUrl="item.statusCheckUrl"
|
||||
:statusCheckEndpoint="item.statusCheckEndpoint || item.statusCheckUrl"
|
||||
:statusCheckHeaders="item.statusCheckHeaders"
|
||||
:statusCheckPingOnly="item.statusCheckPingOnly"
|
||||
:itemSize="itemSize"
|
||||
:hotkey="item.hotkey"
|
||||
:enableStatusCheck="shouldEnableStatusCheck(item.statusCheck)"
|
||||
|
|
|
|||
Loading…
Reference in a new issue