2
0
Fork 0
mirror of git://git.savannah.gnu.org/guix/guix-cuirass.git synced 2024-12-29 11:40:16 +01:00
guix-cuirass/.gitignore
Ricardo Wurmus 1fab44b94a
Replace datatables with list.js.
* src/static/css/datatables.css: Remove file.
* src/static/js/datatables.js: Remove file.
* src/static/js/list.js: New file.
* .gitignore: Ignore list.min.js instead of datatables.min.js.
* Makefile.am (dist_js_DATA): Replace datatables.min.js with list.min.js;
update rule name.
(dist_css_DATA): Remove datatables.css.
* src/cuirass/http.scm (%file-white-list): Remove css/datatables.css and
js/datatables.min.js; add js/list.min.js.
* src/cuirass/templates.scm (html-page): Remove datatables.css stylesheet;
replace datatables.min.js with list.min.js.
(javascript-licenses): Replace entry for datatables with entry for list.js.
(specifications-table): Annotate headers and table cells for sorting.
(build-eval-table): Annotate headers and table cells for sorting.
* src/static/css/cuirass.css: Add styles for table headers and sort
indicators.
* src/static/js/cuirass.js: Use List instead of DataTable.
2024-03-26 11:45:42 +01:00

37 lines
No EOL
567 B
Text

*.go
*.info
*.log
*.trs
*~
,*
.dirstamp
/*.status
/INSTALL
/aclocal.m4
/autom4te.cache/
/bin/cuirass
/bin/evaluate
/bin/remote-server
/bin/remote-worker
/build-aux/config.guess
/build-aux/config.sub
/build-aux/install-sh
/build-aux/mdate-sh
/build-aux/missing
/build-aux/test-driver
/build-aux/texinfo.tex
/cache/
/config.cache
/configure
/doc/version.texi
/etc/cuirass-remote-worker.service
/src/cuirass/config.scm
/src/static/js/choices.min.js
/src/static/js/list.min.js
/src/static/js/d3.v6.min.js
/tests/cache
Makefile
Makefile.in
pre-inst-env
stamp-vti
.tmp-mail