Skip to content

Commit

Permalink
add version text to gui
Browse files Browse the repository at this point in the history
  • Loading branch information
giwty authored and giwty committed Sep 24, 2020
1 parent 4db1bef commit 8e73980
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gui.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ type LocalLibraryData struct {
type LibraryTemplateData struct {
Id int `json:"id"`
Name string `json:"name"`
Version int `json:"version"`
Version string `json:"version"`
Dlc string `json:"dlc"`
TitleId string `json:"titleId"`
Path string `json:"path"`
Expand Down
3 changes: 2 additions & 1 deletion resources/app/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,8 @@ $(function () {
{title: "Title", field: "name", headerFilter:"input",formatter:"textarea",width:350},
{title: "Title id", headerSort:false, field: "titleId"},
{title: "Multi content", headerSort:false, field: "multi_content"},
{title: "Latest update", headerSort:false, field: "update"},
{title: "Update", headerSort:false, field: "update"},
{title: "Version", headerSort:false, field: "version"},
{title: "File name", headerSort:false, field: "path",formatter:"textarea",cellClick:function(e, cell){
//e - the click event object
//cell - cell component
Expand Down

0 comments on commit 8e73980

Please # to comment.