瀏覽代碼

HUE-7425 [frontend] Add gridster.js library

Enrico Berti 8 年之前
父節點
當前提交
9b969e1845

File diff suppressed because it is too large
+ 1 - 0
desktop/core/src/desktop/static/desktop/ext/css/jquery.gridster.min.css


File diff suppressed because it is too large
+ 0 - 0
desktop/core/src/desktop/static/desktop/ext/js/jquery/plugins/jquery.gridster.with-extras.min.js


+ 3 - 0
desktop/libs/dashboard/src/dashboard/templates/common_search.mako

@@ -2782,6 +2782,7 @@ ${ dashboard.layout_skeleton(suffix='search') }
 <link rel="stylesheet" href="${ static('desktop/ext/chosen/chosen.min.css') }">
 <link rel="stylesheet" href="${ static('desktop/ext/select2/select2.css') }">
 <link rel="stylesheet" href="${ static('desktop/ext/css/selectize.css') }">
+<link rel="stylesheet" href="${ static('desktop/ext/css/jquery.gridster.min.css') }">
 
 <script src="${ static('desktop/js/hue.json.js') }" type="text/javascript" charset="utf-8"></script>
 
@@ -2803,6 +2804,8 @@ ${ dashboard.import_layout(True) }
 <script src="${ static('desktop/js/ko.selectize.js') }"></script>
 <script src="${ static('dashboard/js/search.ko.js') }" type="text/javascript" charset="utf-8"></script>
 
+<script src="${ static('desktop/ext/js/jquery/plugins/jquery.gridster.with-extras.min.js') }"></script>
+
 ${ dashboard.import_bindings() }
 ${ dashboard.import_charts() }
 

Some files were not shown because too many files changed in this diff