ipqow
ipqow
HHomarr
Created by ipqow on 7/4/2023 in #💬・get-help
Categories wont move up/down, leaving gaps...
in the config file, i installed it in docker in ubuntu so it is here /homarr/configs/default.json
14 replies
HHomarr
Created by ipqow on 7/4/2023 in #💬・get-help
Categories wont move up/down, leaving gaps...
they were 4, 6, 7 when i checked so i put them back to 1, 2, 3 and they seem to be fine now
14 replies
HHomarr
Created by ipqow on 7/4/2023 in #💬・get-help
Categories wont move up/down, leaving gaps...
a solution that ive found is to go to the config file and change the position for each of the categories, e.g.
"categories": [
{
"id": "--",
"name": "Services",
"position": 1 <------
},
{
"id": "--",
"name": "System Stats",
"position": 2 <------
},
{
"id": "--",
"position": 3, <------
"name": "Homarr",
"type": "category"
}
"categories": [
{
"id": "--",
"name": "Services",
"position": 1 <------
},
{
"id": "--",
"name": "System Stats",
"position": 2 <------
},
{
"id": "--",
"position": 3, <------
"name": "Homarr",
"type": "category"
}
14 replies