mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-10 18:05:48 +02:00
feat(site-category): support for custom sorting #902
This commit is contained in:
parent
efc9b1c365
commit
f3d4cdbeb4
5 changed files with 12 additions and 3 deletions
|
@ -4,4 +4,5 @@ type SiteCategory struct {
|
|||
Model
|
||||
Name string `json:"name"`
|
||||
SyncNodeIds []uint64 `json:"sync_node_ids" gorm:"serializer:json"`
|
||||
OrderID int `json:"-" gorm:"default:0"`
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue