Created
April 26, 2017 12:23
-
-
Save stanwu/a1d56b4a6d58eef8f62d55e785eb028d to your computer and use it in GitHub Desktop.
example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| columns: [ | |
| { | |
| template: "<div class='customer-photo'" + | |
| "style='background-image: url(/res/icons/#: ThinClientType #.png);'></div>" + | |
| "<div class='customer-name'>#: IP #</div>", | |
| field: "IP", | |
| title: "IP", | |
| width: "200px" | |
| }, | |
| //{ field: "ThinClientType", title: "ThinClientType", width: "130px" }, | |
| { field: "MACAddress", title: "MAC", width: "130px" }, | |
| { field: "RemoteIP", title: "RemoteIP", width: "130px" }, | |
| { field: "Firmware", title: "Firmware Version", width: "130px" }, | |
| { field: "Client", title: "Name", width: "130px" }, | |
| //{ field: "Group", title: "Name", width: "130px" }, | |
| { field: "DOC", title: "DOC", width: "130px" }, | |
| { field: "Memory", title: "Memory", width: "130px" }, | |
| { field: "BIOSBLDR", title: "Bootloader", width: "130px" }, | |
| { field: "Brand", title: "Brand", width: "130px" }, | |
| { field: "Model", title: "Model", width: "130px" }, | |
| { field: "Domain", title: "Domain", width: "130px" }, | |
| { field: "location", title: "Location", width: "130px" }, | |
| { field: "User1", title: "User1", width: "130px" }, | |
| { field: "User2", title: "User2", width: "130px" }, | |
| { field: "User3", title: "User3", width: "130px" }, | |
| { field: "SerialNo", title: "SerialNo", width: "130px" }, | |
| { field: "Status", width: "100px" }, | |
| //{ field: "LicenseKey", title: "LicenseKey", width: "130px" }, | |
| //{ field: "Flash", title: "Flash", width: "130px" }, | |
| ], |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment