-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathzeppelin.html
24 lines (22 loc) · 1.26 KB
/
zeppelin.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!-- For importing with external components -->
<link rel="import" href="../polymer/polymer.html">
<link rel="import" href="../iron-ajax/iron-ajax.html">
<link rel="import" href="../polymer-sortablejs/polymer-sortablejs.html">
<link rel="import" href="../iron-icon/iron-icon.html">
<link rel="import" href="../iron-selector/iron-selector.html">
<link rel="import" href="../iron-icons/iron-icons.html">
<link rel="import" href="../paper-input/paper-input.html">
<link rel="import" href="../iron-form/iron-form.html">
<link rel="import" href="../paper-dropdown-menu/paper-dropdown-menu.html">
<link rel="import" href="../paper-listbox/paper-listbox.html">
<link rel="import" href="../paper-item/paper-item.html">
<link rel="import" href="../paper-icon-button/paper-icon-button.html">
<link rel="import" href="../paper-menu/paper-menu.html">
<link rel="import" href="../paper-button/paper-button.html">
<link rel="import" href="../web-socket/web-socket.html">
<link rel="import" href="../paper-progress/paper-progress.html">
<link rel="import" href="../iron-data-table/iron-data-table.html">
<!-- Imports for polymer-d3 -->
<link rel="import" href="../polymer-d3/polymer-d3-imports.html">
<link rel="import" href="src/zeppelin-viewer.html">
<script src="../ace-builds/src/ace.js"></script>