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",
|
"name": "Media request stats",
|
||||||
"description": "Statistics about your media requests",
|
"description": "Statistics about your media requests",
|
||||||
"settings": {
|
"settings": {
|
||||||
"title": "Media requests stats"
|
"title": "Media requests stats",
|
||||||
|
"direction": {
|
||||||
|
"label": "Direction of the layout."
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"stats": {
|
"stats": {
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ const definition = defineWidget({
|
|||||||
options: {
|
options: {
|
||||||
direction: {
|
direction: {
|
||||||
type: 'select',
|
type: 'select',
|
||||||
defaultValue: 'row',
|
defaultValue: 'horizontal',
|
||||||
data: [
|
data: [
|
||||||
{ label: 'Horizontal', value: 'horizontal' },
|
{ label: 'Horizontal', value: 'horizontal' },
|
||||||
{ label: 'Vertical', value: 'vertical' },
|
{ label: 'Vertical', value: 'vertical' },
|
||||||
|
|||||||
Reference in New Issue
Block a user