소스 검색

HUE-7425 [frontend] Add gridster.js library

Enrico Berti 8 년 전
부모
커밋
9b969e1845

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 1 - 0
desktop/core/src/desktop/static/desktop/ext/css/jquery.gridster.min.css


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 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() }
 

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.