diff --git a/package.json b/package.json index 20608c23b..e3f00bbfd 100644 --- a/package.json +++ b/package.json @@ -22,5 +22,8 @@ }, "main": "./OnDemandGrid", "icon": "http://packages.dojofoundation.org/images/dgrid.png", + "scripts": { + "test-server": "node ./test/data/rest-node.js" + }, "dojoBuild": "package.js" } diff --git a/test/Rest.html b/test/Rest.html index defd96588..261c290ba 100644 --- a/test/Rest.html +++ b/test/Rest.html @@ -9,6 +9,10 @@ @import "../css/dgrid.css"; @import "../css/skins/claro.css"; + body { + padding-left: 2rem; + } + h2 { margin: 12px; } @@ -22,149 +26,165 @@ margin: 10px; } - + + +
+ + +