Skip to content

Commit

Permalink
Fixes invalid demo credential application information
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas-Mc committed May 14, 2021
1 parent b6c4f36 commit 9a090e3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions physionet-django/console/static/console/css/console.css
Original file line number Diff line number Diff line change
Expand Up @@ -531,17 +531,22 @@ footer.sticky-footer {
table-layout: fixed;
width: 100%;
}

.table-index {
width: 5%;
}

.table-user {
width: 10%;
}

.table-elapsed {
width: 9%;
}

.table-process {
width: 11%;
}

.axis path,
.axis line {
Expand Down
2 changes: 1 addition & 1 deletion physionet-django/user/fixtures/demo-user.json
Original file line number Diff line number Diff line change
Expand Up @@ -9779,7 +9779,7 @@
"pk": 1,
"fields": {
"slug": "YgqTQmcerj0gLx4MAaZV",
"application_datetime": "2020-03-31T18:20:33.850Z",
"application_datetime": "2018-10-14T18:20:33.850Z",
"user": [
"rgmark"
],
Expand Down

0 comments on commit 9a090e3

Please sign in to comment.