Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit 1e570c4

Browse files
committed
Also request TimeSpan's in human friendly format
1 parent 798e77d commit 1e570c4

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

src/ServiceStack.Admin.WebHost/src/Content.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/ServiceStack.Admin.WebHost/src/Content.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/ServiceStack.Admin.WebHost/src/Content.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ export default class Content extends React.Component<any, any> {
202202
if (loadingNewQuery) {
203203
$.ajax({
204204
url: this.getAutoQueryUrl("json"),
205-
data: { jsconfig: "DateHandler:ISO8601DateOnly" },
205+
data: { jsconfig: "DateHandler:ISO8601DateOnly,TimeSpanHandler:StandardFormat" },
206206
dataType: 'json',
207207
success: r => {
208208
var response = $.ss.normalize(r);

src/ServiceStack.Admin/ss_admin/app.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/ServiceStack.Admin/ss_admin/app.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)