File tree Expand file tree Collapse file tree 1 file changed +3
-11
lines changed
test-dashboard/toolpanel-dashboard Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Original file line number Diff line number Diff line change 3
3
< head >
4
4
5
5
<!-- 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 "/>
7
7
8
8
</ head >
9
9
14
14
<!-- PlotlyJS Requirements -->
15
15
< script src ="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js "> </ script >
16
16
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 >
23
19
24
20
<!-- PlotlyJS Bundle -->
25
21
< script type ="text/javascript " src ="./../../shelly/plotlyjs/static/plotlyjs/build/plotlyjs-bundle.js "> </ script >
26
22
27
- <!-- ToolPanel Standalone JS Bundle -->
28
- < script type ="text/javascript " src ="./../../shelly/toolpanel/static/toolpanel/build/toolpanel-bundle.js "> </ script >
29
-
30
-
31
23
<!-- UI Stuff -->
32
24
< script type ="text/javascript " src ="ui.js "> </ script >
33
25
You can’t perform that action at this time.
0 commit comments