Skip to content

Commit

Permalink
Merge pull request #624 from catborise/master
Browse files Browse the repository at this point in the history
add white noise for static_root/staticfiles_dir problem for debug/non…
  • Loading branch information
catborise authored Nov 10, 2023
2 parents 6c0cc3c + 296081d commit d261f4d
Show file tree
Hide file tree
Showing 214 changed files with 15,500 additions and 52 deletions.
7 changes: 4 additions & 3 deletions conf/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
Django==4.2.6
Django==4.2.7
django_bootstrap5==23.3
django-bootstrap-icons==0.8.6
django-login-required-middleware==0.9.0
django-otp==1.2.4
django-otp==1.3.0
django-qr-code==3.1.1
django-auth-ldap==4.5.0
gunicorn==21.2.0
libsass==0.22.0
libvirt-python==9.8.0
Expand All @@ -20,4 +21,4 @@ djangorestframework==3.14.0
drf-nested-routers==0.93.4
drf-yasg==1.21.7
markdown>=3.4.1
django-auth-ldap==4.5.0
whitenoise==6.6.0
4 changes: 2 additions & 2 deletions console/templates/console-vnc-full.html
Original file line number Diff line number Diff line change
Expand Up @@ -211,11 +211,11 @@ <h1 class="noVNC_logo" translate="no"><span>no</span><br>VNC</h1>
</li>
<li>
<label for="noVNC_setting_host">Host:</label>
<input id="noVNC_setting_host">
<input id="noVNC_setting_host" type="text" value="{{ ws_host }}">
</li>
<li>
<label for="noVNC_setting_port">Port:</label>
<input id="noVNC_setting_port" type="number">
<input id="noVNC_setting_port" type="number" value="{{ ws_port }}">
</li>
<li>
<label for="noVNC_setting_path">Path:</label>
Expand Down
52 changes: 52 additions & 0 deletions static/bootstrap_icons/css/bootstrap_icons.0e17d6a6e498.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
/* set alignment to default */
svg.bi, svg.mdi {
vertical-align: -.125rem;
}
svg.mdi {
transform:translateY(10%);
}

svg.bi.bi-valign-default,
svg.mdi.bi-valign-default {
vertical-align: -.125rem;
}

svg.bi.bi-valign-top,
svg.mdi.bi-valign-top {
vertical-align: top;
}

svg.bi.bi-valign-middle,
svg.mdi.bi-valign-middle {
vertical-align: middle;
}

svg.bi.bi-valign-bottom,
svg.mdi.bi-valign-bottom {
vertical-align: bottom;
}

svg.bi.bi-valign-text-top,
svg.mdi.bi-valign-text-top {
vertical-align: text-top;
}


svg.bi.bi-valign-text-bottom,
svg.mdi.bi-valign-text-bottom {
vertical-align: text-bottom;
}

/* Material Design Icons have some internal
"padding" in the svg, so we need some
alignment adjustments of md icons */
svg.mdi.bi-valign-default,
svg.mdi.bi-valign-bottom,
svg.mdi.bi-valign-text-bottom {
transform:translateY(10%);
}

svg.mdi.bi-valign-top,
svg.mdi.bi-valign-text-top {
transform:translateY(-10%);
}
Binary file not shown.
52 changes: 52 additions & 0 deletions static/bootstrap_icons/css/bootstrap_icons.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
/* set alignment to default */
svg.bi, svg.mdi {
vertical-align: -.125rem;
}
svg.mdi {
transform:translateY(10%);
}

svg.bi.bi-valign-default,
svg.mdi.bi-valign-default {
vertical-align: -.125rem;
}

svg.bi.bi-valign-top,
svg.mdi.bi-valign-top {
vertical-align: top;
}

svg.bi.bi-valign-middle,
svg.mdi.bi-valign-middle {
vertical-align: middle;
}

svg.bi.bi-valign-bottom,
svg.mdi.bi-valign-bottom {
vertical-align: bottom;
}

svg.bi.bi-valign-text-top,
svg.mdi.bi-valign-text-top {
vertical-align: text-top;
}


svg.bi.bi-valign-text-bottom,
svg.mdi.bi-valign-text-bottom {
vertical-align: text-bottom;
}

/* Material Design Icons have some internal
"padding" in the svg, so we need some
alignment adjustments of md icons */
svg.mdi.bi-valign-default,
svg.mdi.bi-valign-bottom,
svg.mdi.bi-valign-text-bottom {
transform:translateY(10%);
}

svg.mdi.bi-valign-top,
svg.mdi.bi-valign-text-top {
transform:translateY(-10%);
}
Binary file added static/bootstrap_icons/css/bootstrap_icons.css.gz
Binary file not shown.
18 changes: 18 additions & 0 deletions static/drf-yasg/README.723ffa086d8b
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
Information about external resources

The following files are taken from external resources or trees.

Files: insQ.js
insQ.min.js
License: MIT
Copyright: Zbyszek Tenerowicz
Eryk Napierała <eryk.piast@gmail.com>
Askar Yusupov <devex.soft@gmail.com>
Dan Dascalescu <ddascalescu+github@gmail.com>
Source: https://github.com/naugtur/insertionQuery v1.0.3

Files: immutable.js
immutable.min.js
License: MIT
Copyright: 2014-present, Facebook, Inc
Source: https://github.com/immutable-js/immutable-js/releases/tag/v3.8.2
Binary file added static/drf-yasg/README.723ffa086d8b.gz
Binary file not shown.
Binary file added static/drf-yasg/README.gz
Binary file not shown.
Loading

0 comments on commit d261f4d

Please sign in to comment.