-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
mike dupont
committed
Mar 21, 2024
1 parent
68b498e
commit 6505643
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule guix-cuirass
updated
24 files
+6 −1 | .gitignore | |
+9 −3 | Makefile.am | |
+17 −0 | bin/cuirass.sh | |
+3 −2 | build-aux/guix/cuirass-package.scm | |
+12 −12 | configure.ac | |
+19 −0 | etc/cuirass-registry.service | |
+19 −0 | etc/cuirass-web.service | |
+56 −0 | etc/nginx-default | |
+2 −1 | examples/cuirass.scm | |
+3 −0 | runweb.sh | |
+1 −2 | src/cuirass/http.scm | |
+2 −8 | src/cuirass/templates.scm | |
+677 −0 | src/static/css/datatables.css | |
+0 −1 | src/static/css/datatables.min.css | |
+0 −7 | src/static/js/bootstrap.bundle.min.js | |
+38 −23 | src/static/js/build-log.js | |
+5,603 −0 | src/static/js/choices.js | |
+0 −11 | src/static/js/choices.min.js | |
+120 −94 | src/static/js/cuirass.js | |
+19,708 −0 | src/static/js/d3.v6.js | |
+0 −2 | src/static/js/d3.v6.min.js | |
+15,804 −0 | src/static/js/datatables.js | |
+0 −184 | src/static/js/datatables.min.js | |
+0 −5 | src/static/js/popper.min.js |