Skip to content

Commit 404552d

Browse files
committed
corrected sorting of the incident table.
1 parent eaefa74 commit 404552d

File tree

6 files changed

+8
-5
lines changed

6 files changed

+8
-5
lines changed

src/Server/Coderr.Server.Web/ViewModels/Application/DetailsViewModel.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Server/Coderr.Server.Web/ViewModels/Application/DetailsViewModel.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Server/Coderr.Server.Web/ViewModels/Application/DetailsViewModel.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@ module codeRR.Application {
6262

6363
this.totalIncidentCount = info.TotalIncidentCount;
6464
this.applicationName = info.Name;
65+
firstIsRun = true;
6566
if (chartResult != null) {
6667
chartRendering(chartResult);
6768
}
68-
firstIsRun = true;
6969
this.renderInfo(info);
7070
ctx.handle.click(".version",
7171
e => {

src/Server/Coderr.Server.Web/ViewModels/Incident/Components/IncidentTable.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)