Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
minerva
core
Commits
ea3e718d
Commit
ea3e718d
authored
Aug 07, 2019
by
Piotr Gawron
Browse files
datatables styling is included
parent
b94008ee
Changes
8
Hide whitespace changes
Inline
Side-by-side
frontend-js/package-lock.json
View file @
ea3e718d
...
...
@@ -1214,6 +1214,15 @@
"jquery"
:
">=1.7"
}
},
"datatables.net-dt"
:
{
"version"
:
"1.10.19"
,
"resolved"
:
"https://registry.npmjs.org/datatables.net-dt/-/datatables.net-dt-1.10.19.tgz"
,
"integrity"
:
"sha512-joFHYjLYvr9VnC9Fx3e+8jtXnQ/fP/mPFWt9p0NhZ3Zm5N0jlYyWhJQbnLkihOLuDcDFMaGdBQSvmIdTVdgGyw=="
,
"requires"
:
{
"datatables.net"
:
"1.10.19"
,
"jquery"
:
">=1.7"
}
},
"datatables.net-rowreorder"
:
{
"version"
:
"1.2.5"
,
"resolved"
:
"https://registry.npmjs.org/datatables.net-rowreorder/-/datatables.net-rowreorder-1.2.5.tgz"
,
...
...
frontend-js/package.json
View file @
ea3e718d
...
...
@@ -42,6 +42,7 @@
"bootstrap"
:
"^4.3.1"
,
"csv-stringify"
:
"^4.0.0"
,
"datatables.net"
:
"^1.10.19"
,
"datatables.net-dt"
:
"^1.10.19"
,
"datatables.net-rowreorder"
:
"^1.2.5"
,
"dual-listbox"
:
"1.0.7"
,
"file-saver"
:
"^1.3.8"
,
...
...
frontend-js/scripts/build-css.js
View file @
ea3e718d
...
...
@@ -5,6 +5,7 @@ var CleanCSS = require('clean-css');
var
files
=
[
{
source
:
"
node_modules/jquery-ui/themes/base/jquery.ui.all.css
"
,
targetBase
:
"
../../minerva/resources/jquery-ui/
"
},
{
source
:
"
node_modules/datatables.net-dt/css/jquery.dataTables.css
"
,
targetBase
:
"
../../minerva/resources/datatables/css/
"
},
{
source
:
"
node_modules/jstree/dist/themes/default/style.css
"
,
targetBase
:
"
../../minerva/resources/jstree/
"
},
{
source
:
"
node_modules/pileup/style/pileup.css
"
},
{
source
:
"
node_modules/bootstrap/dist/css/bootstrap.css
"
},
...
...
web/src/main/webapp/resources/datatables/images/sort_asc.png
0 → 100644
View file @
ea3e718d
160 Bytes
web/src/main/webapp/resources/datatables/images/sort_asc_disabled.png
0 → 100644
View file @
ea3e718d
148 Bytes
web/src/main/webapp/resources/datatables/images/sort_both.png
0 → 100644
View file @
ea3e718d
201 Bytes
web/src/main/webapp/resources/datatables/images/sort_desc.png
0 → 100644
View file @
ea3e718d
158 Bytes
web/src/main/webapp/resources/datatables/images/sort_desc_disabled.png
0 → 100644
View file @
ea3e718d
146 Bytes
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment