Skip to content

Commit

Permalink
NEW: Add Proxy Sections
Browse files Browse the repository at this point in the history
 - #19
  • Loading branch information
aljawaid committed Sep 15, 2023
1 parent 76efc16 commit 5e99e14
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Assets/css/kanboard-support.css
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,7 @@ code.field-code {
border-radius: var(--border-radius-kanboard-support);
}

fieldset.add-webhook, fieldset.parameter-examples, fieldset.brute-force-protection {
fieldset.add-webhook, fieldset.parameter-examples, fieldset.brute-force-protection, fieldset.http-client-proxy, fieldset.reverse-proxy {
border-radius: var(--border-radius-kanboard-support);
border-color: var(--pp-grey);
}
Expand All @@ -594,7 +594,7 @@ fieldset.add-webhook legend {
font-weight: 600;
}

fieldset.add-webhook legend, fieldset.parameter-examples legend, fieldset.brute-force-protection legend {
fieldset.add-webhook legend, fieldset.parameter-examples legend, fieldset.brute-force-protection legend, fieldset.http-client-proxy legend, fieldset.reverse-proxy legend {
padding-inline: 5px;
background: white;
}
Expand Down
7 changes: 6 additions & 1 deletion Template/config/app-config.php
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,11 @@
<?= t('Proxy Settings') ?>
</summary>
<div class="accordion-content">
uuu
<fieldset class="http-client-proxy">
<legend class=""><?= t('HTTP Client Proxy') ?></legend>
</fieldset>
<fieldset class="reverse-proxy">
<legend class=""><?= t('Reverse Proxy') ?></legend>
</fieldset>
</div>
</details>

0 comments on commit 5e99e14

Please sign in to comment.