Skip to content

Commit

Permalink
Reorder columns in admin model index for better readability.
Browse files Browse the repository at this point in the history
  • Loading branch information
swuecho committed Jul 5, 2024
1 parent ee1cd67 commit 33c87c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/views/admin/model/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -269,12 +269,12 @@ function createColumns(): DataTableColumns<Chat.ChatModel> {
return ([
nameField,
labelField,
isEnableColumn,
urlField,
apiAuthKeyField,
apiAuthHeaderField,
isDefaultField,
perModelLimit,
isEnableColumn,
defaultToken,
maxToken,
orderNumber,
Expand Down

0 comments on commit 33c87c3

Please sign in to comment.