Skip to content

Commit 9d3f514

Browse files
use standalone for tool panel and test for tool panel
1 parent 7864d31 commit 9d3f514

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

test-dashboard/toolpanel-dashboard/index.html

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44

55
<!-- ToolPanel CSS -->
6-
<link rel="stylesheet" type="text/css" href="./../../shelly/toolpanel/static/toolpanel/build/style.css"/>
6+
<link rel="stylesheet" type="text/css" href="./../../shelly/toolpanel/static/toolpanel/dist/style.css"/>
77

88
</head>
99

@@ -14,20 +14,12 @@
1414
<!-- PlotlyJS Requirements -->
1515
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
1616

17-
<!-- ToolPanel Required Plugins' JS -->
18-
<script type="text/javascript" src="./../../shelly/shelly/static/js/plugins/jquery-ui-1.8.23.custom.min.js"></script>
19-
<script type="text/javascript" src="./../../shelly/shelly/static/js/plugins/jquery.tipsy.js"></script>
20-
<script type="text/javascript" src="./../../shelly/shelly/static/js/plugins/spectrum.js"></script>
21-
<script type="text/javascript" src="./../../shelly/shelly/static/js/plugins/bootstrap.min.js"></script>
22-
<script type="text/javascript" src="./../../shelly/shelly/static/js/plugins/bootstrap-select.min.js"></script>
17+
<!-- ToolPanel Standalone JS Bundle -->
18+
<script type="text/javascript" src="./../../shelly/toolpanel/static/toolpanel/dist/toolpanel-standalone-bundle.js"></script>
2319

2420
<!-- PlotlyJS Bundle -->
2521
<script type="text/javascript" src="./../../shelly/plotlyjs/static/plotlyjs/build/plotlyjs-bundle.js"></script>
2622

27-
<!-- ToolPanel Standalone JS Bundle -->
28-
<script type="text/javascript" src="./../../shelly/toolpanel/static/toolpanel/build/toolpanel-bundle.js"></script>
29-
30-
3123
<!-- UI Stuff -->
3224
<script type="text/javascript" src="ui.js"></script>
3325

0 commit comments

Comments
 (0)