mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-14 17:26:26 +01:00
🤡 Forgot label + touch up
This commit is contained in:
@@ -3,7 +3,10 @@
|
||||
"name": "Media request stats",
|
||||
"description": "Statistics about your media requests",
|
||||
"settings": {
|
||||
"title": "Media requests stats"
|
||||
"title": "Media requests stats",
|
||||
"direction": {
|
||||
"label": "Direction of the layout."
|
||||
}
|
||||
}
|
||||
},
|
||||
"stats": {
|
||||
|
||||
@@ -14,7 +14,7 @@ const definition = defineWidget({
|
||||
options: {
|
||||
direction: {
|
||||
type: 'select',
|
||||
defaultValue: 'row',
|
||||
defaultValue: 'horizontal',
|
||||
data: [
|
||||
{ label: 'Horizontal', value: 'horizontal' },
|
||||
{ label: 'Vertical', value: 'vertical' },
|
||||
|
||||
Reference in New Issue
Block a user