Skip to content

Commit

Permalink
[internal][feat] update trace view js bundle (#3049)
Browse files Browse the repository at this point in the history
# Description

- bug fixes
- Several trace view UI enhancement 

# All Promptflow Contribution checklist:
- [x] **The pull request does not introduce [breaking changes].**
- [ ] **CHANGELOG is updated for new features, bug fixes or other
significant changes.**
- [x] **I have read the [contribution guidelines](../CONTRIBUTING.md).**
- [ ] **Create an issue and link to the pull request to get dedicated
review from promptflow team. Learn more: [suggested
workflow](../CONTRIBUTING.md#suggested-workflow).**

## General Guidelines and Best Practices
- [x] Title of the pull request is clear and informative.
- [x] There are a small number of commits, each of which have an
informative message. This means that previously merged commits do not
appear in the history of the PR. For more information on cleaning up the
commits in your PR, [see this
page](https://github.com/Azure/azure-powershell/blob/master/documentation/development-docs/cleaning-up-commits.md).

### Testing Guidelines
- [ ] Pull request includes test coverage for the included changes.
  • Loading branch information
RealKai42 authored Apr 29, 2024
1 parent 5202c3d commit bb249ee
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link rel="icon" href="/v1.0/ui/traces/assets/icon_for_dark-7fdboOJT.svg" media="(prefers-color-scheme:dark)">
<link rel="icon" href="/v1.0/ui/traces/assets/icon-oxB8RKmI.svg" media="(prefers-color-scheme:light)">
<title>Trace View</title>
<script type="module" crossorigin src="/v1.0/ui/traces/assets/index-LcTdDUWD.js"></script>
<script type="module" crossorigin src="/v1.0/ui/traces/assets/index-vZjyjVA1.js"></script>

</head>
<body>
Expand Down

0 comments on commit bb249ee

Please sign in to comment.