Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update underscore.js #2981

Merged
merged 1 commit into from
Jul 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,23 @@

<!-- Setup base for everything -->
<link rel="stylesheet" type="text/css" href="../css/global.css" />

<!-- Our custom CSS -->
<link rel="stylesheet" type="text/css" href="./monitor.css" />

<!-- d3 -->
<script type="text/javascript" src="../js/d3.v2.min.js"></script>

<!-- Javascript to monitor and display -->
<script src="../js/jquery.min.js" type="text/javascript"></script>
<script type="text/javascript" src="../js/jquery.tinysort.min.js"></script>
<script type="text/javascript" src="../js/tmpl.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/underscore.js/1.8.3/underscore-min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/underscore.js/1.12.1/underscore-min.js"></script>

<!-- HystrixCommand -->
<script type="text/javascript" src="../components/hystrixCommand/hystrixCommand.js"></script>
<link rel="stylesheet" type="text/css" href="../components/hystrixCommand/hystrixCommand.css" />

<!-- HystrixThreadPool -->
<script type="text/javascript" src="../components/hystrixThreadPool/hystrixThreadPool.js"></script>
<link rel="stylesheet" type="text/css" href="../components/hystrixThreadPool/hystrixThreadPool.css" />
Expand Down
2 changes: 1 addition & 1 deletion metrics-service-ui/frontend/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<script type="text/javascript" src="./hystrix-dashboard/js/jquery.min.js"></script>
<script type="text/javascript" src="./hystrix-dashboard/js/jquery.tinysort.min.js"></script>
<script type="text/javascript" src="./hystrix-dashboard/js/tmpl.js"></script>
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/underscore.js/1.8.3/underscore-min.js"></script>
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/underscore.js/1.12.1/underscore-min.js"></script>

<!-- HystrixCommand -->
<script type="text/javascript" src="./hystrix-dashboard/components/hystrixCommand/hystrixCommand.js"></script>
Expand Down