mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-09 15:05:50 +01:00
jQuery UI sortable plugin added to the app.
This commit is contained in:
@@ -18,8 +18,12 @@
|
|||||||
<link href="@helpers.assets("/vendors/AdminLTE-2.3.8/css/AdminLTE.min.css")" rel="stylesheet">
|
<link href="@helpers.assets("/vendors/AdminLTE-2.3.8/css/AdminLTE.min.css")" rel="stylesheet">
|
||||||
<link href="@helpers.assets("/vendors/AdminLTE-2.3.8/css/skins/skin-blue.min.css")" rel="stylesheet">
|
<link href="@helpers.assets("/vendors/AdminLTE-2.3.8/css/skins/skin-blue.min.css")" rel="stylesheet">
|
||||||
<link href="@helpers.assets("/vendors/font-awesome-4.6.3/css/font-awesome.min.css")" rel="stylesheet">
|
<link href="@helpers.assets("/vendors/font-awesome-4.6.3/css/font-awesome.min.css")" rel="stylesheet">
|
||||||
|
<link href="@helpers.assets("/vendors/jquery-ui/jquery-ui.min.css")" rel="stylesheet">
|
||||||
|
<link href="@helpers.assets("/vendors/jquery-ui/jquery-ui.structure.min.css")" rel="stylesheet">
|
||||||
|
<link href="@helpers.assets("/vendors/jquery-ui/jquery-ui.theme.min.css")" rel="stylesheet">
|
||||||
<link href="@helpers.assets("/common/css/gitbucket.css")" rel="stylesheet">
|
<link href="@helpers.assets("/common/css/gitbucket.css")" rel="stylesheet">
|
||||||
<script src="@helpers.assets("/vendors/jquery/jquery-1.12.2.min.js")"></script>
|
<script src="@helpers.assets("/vendors/jquery/jquery-1.12.2.min.js")"></script>
|
||||||
|
<script src="@helpers.assets("/vendors/jquery-ui/jquery-ui.min.js")"></script>
|
||||||
<script src="@helpers.assets("/vendors/dropzone/dropzone.js")"></script>
|
<script src="@helpers.assets("/vendors/dropzone/dropzone.js")"></script>
|
||||||
<script src="@helpers.assets("/common/js/validation.js")"></script>
|
<script src="@helpers.assets("/common/js/validation.js")"></script>
|
||||||
<script src="@helpers.assets("/common/js/gitbucket.js")"></script>
|
<script src="@helpers.assets("/common/js/gitbucket.js")"></script>
|
||||||
|
|||||||
BIN
src/main/webapp/assets/vendors/jquery-ui/images/ui-icons_444444_256x240.png
vendored
Normal file
BIN
src/main/webapp/assets/vendors/jquery-ui/images/ui-icons_444444_256x240.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.8 KiB |
BIN
src/main/webapp/assets/vendors/jquery-ui/images/ui-icons_555555_256x240.png
vendored
Normal file
BIN
src/main/webapp/assets/vendors/jquery-ui/images/ui-icons_555555_256x240.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.8 KiB |
BIN
src/main/webapp/assets/vendors/jquery-ui/images/ui-icons_777620_256x240.png
vendored
Normal file
BIN
src/main/webapp/assets/vendors/jquery-ui/images/ui-icons_777620_256x240.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.4 KiB |
BIN
src/main/webapp/assets/vendors/jquery-ui/images/ui-icons_777777_256x240.png
vendored
Normal file
BIN
src/main/webapp/assets/vendors/jquery-ui/images/ui-icons_777777_256x240.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.8 KiB |
BIN
src/main/webapp/assets/vendors/jquery-ui/images/ui-icons_cc0000_256x240.png
vendored
Normal file
BIN
src/main/webapp/assets/vendors/jquery-ui/images/ui-icons_cc0000_256x240.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.4 KiB |
BIN
src/main/webapp/assets/vendors/jquery-ui/images/ui-icons_ffffff_256x240.png
vendored
Normal file
BIN
src/main/webapp/assets/vendors/jquery-ui/images/ui-icons_ffffff_256x240.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.2 KiB |
7
src/main/webapp/assets/vendors/jquery-ui/jquery-ui.min.css
vendored
Normal file
7
src/main/webapp/assets/vendors/jquery-ui/jquery-ui.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
7
src/main/webapp/assets/vendors/jquery-ui/jquery-ui.min.js
vendored
Normal file
7
src/main/webapp/assets/vendors/jquery-ui/jquery-ui.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
5
src/main/webapp/assets/vendors/jquery-ui/jquery-ui.structure.min.css
vendored
Normal file
5
src/main/webapp/assets/vendors/jquery-ui/jquery-ui.structure.min.css
vendored
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
/*! jQuery UI - v1.12.1 - 2017-06-03
|
||||||
|
* http://jqueryui.com
|
||||||
|
* Copyright jQuery Foundation and other contributors; Licensed MIT */
|
||||||
|
|
||||||
|
.ui-sortable-handle{-ms-touch-action:none;touch-action:none}
|
||||||
5
src/main/webapp/assets/vendors/jquery-ui/jquery-ui.theme.min.css
vendored
Normal file
5
src/main/webapp/assets/vendors/jquery-ui/jquery-ui.theme.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user