forked from bimberlabinternal/BimberLabKeyModules
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmccDataImport.view.xml
More file actions
23 lines (19 loc) · 1.24 KB
/
mccDataImport.view.xml
File metadata and controls
23 lines (19 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<view xmlns="http://labkey.org/data/xml/view" title="MCC Data Import">
<dependencies>
<dependency path="laboratory.context" />
<dependency path="extWidgets/ExcelUploadPanel.js"/>
<dependency path="mcc/panel/MccImportPanel.js"/>
<dependency path="internal/jQuery"/>
<!--dev-->
<!--TODO: re-add mode="dev"-->
<dependency path="https://cdn.datatables.net/1.10.16/js/jquery.dataTables.js" />
<dependency path="https://cdn.datatables.net/1.10.16/css/jquery.dataTables.css" />
<dependency path="https://cdn.datatables.net/buttons/1.5.1/js/dataTables.buttons.js" />
<dependency path="https://cdn.datatables.net/buttons/1.5.1/css/buttons.dataTables.css" />
<!--prod-->
<!--<dependency path="https://cdn.datatables.net/1.10.16/js/jquery.dataTables.min.js" mode="production"/>-->
<!--<dependency path="https://cdn.datatables.net/1.10.16/css/jquery.dataTables.min.css" mode="production"/>-->
<!--<dependency path="https://cdn.datatables.net/buttons/1.5.1/js/dataTables.buttons.min.js" mode="production"/>-->
<!--<dependency path="https://cdn.datatables.net/buttons/1.5.1/css/buttons.dataTables.min.css" mode="production"/>-->
</dependencies>
</view>