From 57b97ba5fb527fb44f1ca83e8ed84d5f98ae9ed1 Mon Sep 17 00:00:00 2001 From: Victor Seva Date: Fri, 6 Jun 2025 09:54:15 +0200 Subject: [PATCH] MT#62949 panel README Change-Id: I0203efebb70148cd2284752b7c3898a357048bf8 --- panel/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 panel/README.md diff --git a/panel/README.md b/panel/README.md new file mode 100644 index 0000000..4743234 --- /dev/null +++ b/panel/README.md @@ -0,0 +1,12 @@ +panel +===== + +This is mainly the interface of [repoapi](../repoapi/models/jbi.py). There are some panels +for releases and projects. + +Panels use [boostrap v3.3.7](panel/static/panel/js/bootstrap.min.js) toolkit and +[django-assets](https://django-assets.readthedocs.io/en/latest/staticfiles.html) + +There's some javascript logic at [panel*.js](panel/static/panel/js/panel_release.js). +It will make things dynamic so build results will appear with refresh the whole page +and some other tricks.