Commit 4d94f931 authored by Eric's avatar Eric Committed by Eric_Lee

fix bugs: 截断乱码问题

parent b427e668
...@@ -168,7 +168,7 @@ func (p *AssetPagination) displayPageAssets() { ...@@ -168,7 +168,7 @@ func (p *AssetPagination) displayPageAssets() {
"hostname": {0, 8, 0}, "hostname": {0, 8, 0},
"IP": {0, 15, 40}, "IP": {0, 15, 40},
"systemUsers": {0, 12, 0}, "systemUsers": {0, 12, 0},
"comment": {0, 0, 40}, "comment": {0, 0, 0},
}, },
Data: data, Data: data,
TotalSize: w, TotalSize: w,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment