Skip to content

Commit

Permalink
Add msg to exceptions table
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewbaldwin44 committed Feb 11, 2024
1 parent c8730e6 commit 3fec895
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion locust/webui/dist/auth.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta name="theme-color" content="#000000" />

<title>Locust</title>
<script type="module" crossorigin src="/assets/index-5730ea01.js"></script>
<script type="module" crossorigin src="/assets/index-a9e23773.js"></script>
</head>
<body>
<div id="root"></div>
Expand Down
2 changes: 1 addition & 1 deletion locust/webui/dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta name="theme-color" content="#000000" />

<title>Locust</title>
<script type="module" crossorigin src="/assets/index-5730ea01.js"></script>
<script type="module" crossorigin src="/assets/index-a9e23773.js"></script>
</head>
<body>
<div id="root"></div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import { ISwarmException } from 'types/ui.types';

const tableStructure = [
{ key: 'count', title: '# occurrences' },
{ key: 'msg', title: 'Message' },
{ key: 'traceback', title: 'Traceback' },
];

Expand Down

0 comments on commit 3fec895

Please sign in to comment.