mirror of
https://github.com/APIParkLab/APIPark.git
synced 2026-06-14 20:41:15 +08:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bd64c39882 | |||
| 1a856a917e | |||
| c1275c4033 | |||
| f00e909a64 |
@@ -209,7 +209,7 @@ const SystemInsideRouterList:FC = ()=>{
|
||||
onChange={() => {
|
||||
setTableHttpReload(false)
|
||||
}}
|
||||
onRowClick={(row:SystemApiTableListItem)=>openDrawer('view',row)}
|
||||
onRowClick={(row:SystemApiTableListItem)=>openDrawer('edit',row)}
|
||||
tableClass="mr-PAGE_INSIDE_X "
|
||||
/>
|
||||
<DrawerWithFooter
|
||||
|
||||
@@ -47,5 +47,4 @@ func init() {
|
||||
|
||||
commit.InitCommitWithKeyService[Proxy]("api", string(HistoryProxy))
|
||||
commit.InitCommitWithKeyService[Request]("api", string(HistoryRequest))
|
||||
|
||||
}
|
||||
|
||||
@@ -22,6 +22,7 @@ type StoreWidthType[H any] struct {
|
||||
func NewCommitWithKey[H any](name, key string) *StoreWidthType[H] {
|
||||
return &StoreWidthType[H]{
|
||||
Store: Store[H]{
|
||||
name: name,
|
||||
latestTableName: name + "_latest",
|
||||
commitTableName: name + "_commit",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user