mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
wireguard.cgi: Add CGI to configure wireguard
commit 06dbc836a47160d51ab10f8b9d4ca356beaa7cdb
Author: Michael Tremer <michael.tremer@ipfire.org>
Date: Tue Apr 16 18:06:47 2024 +0200
wireguard.cgi: Add a basic CGI to configure the global settings
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Vincent Li <vincent.mc.li@gmail.com>
This commit is contained in:
1526
html/cgi-bin/wireguard.cgi
Normal file
1526
html/cgi-bin/wireguard.cgi
Normal file
File diff suppressed because it is too large
Load Diff
@@ -118,6 +118,29 @@ iframe {
|
||||
float: right !important;
|
||||
}
|
||||
|
||||
/*
|
||||
Text Alignment
|
||||
*/
|
||||
|
||||
.text-left {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.text-center {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.text-right {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
/*
|
||||
Text Colors
|
||||
*/
|
||||
.text-error {
|
||||
color: var(--color-red);
|
||||
}
|
||||
|
||||
/* Header */
|
||||
|
||||
#header {
|
||||
|
||||
Reference in New Issue
Block a user