frontend: update notification icons

This commit is contained in:
nemunaire 2020-01-15 09:54:54 +01:00
parent 104cb067ea
commit 141c5dd33d
10 changed files with 14 additions and 20 deletions

View file

@ -1,19 +0,0 @@
set $auth_basic "Challenge FIC";
if ($ssl_client_verify != "SUCCESS") {
set $team "$remote_user";
set $needauth "1";
}
if ($ssl_client_verify = "SUCCESS") {
set $team "_AUTH_ID_$ssl_client_serial";
set $auth_basic off;
set $needauth "0";
}
if (!-f /srv/PKI/shared/ficpasswd) {
set $needauth "${needauth}0";
}
if ($needauth = "10") {
return 401;
}
auth_basic $auth_basic;
auth_basic_user_file /srv/PKI/shared/ficpasswd;

View file

@ -1,6 +1,19 @@
set $auth_basic "Challenge FIC";
if ($ssl_client_verify != "SUCCESS") { if ($ssl_client_verify != "SUCCESS") {
return 401; set $team "$remote_user";
set $needauth "1";
} }
if ($ssl_client_verify = "SUCCESS") { if ($ssl_client_verify = "SUCCESS") {
set $team "_AUTH_ID_$ssl_client_serial"; set $team "_AUTH_ID_$ssl_client_serial";
set $auth_basic off;
set $needauth "0";
} }
if (!-f /srv/PKI/shared/ficpasswd) {
set $needauth "${needauth}0";
}
if ($needauth = "10") {
return 401;
}
auth_basic $auth_basic;
auth_basic_user_file /srv/PKI/shared/ficpasswd;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 10 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 10 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 10 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 10 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 10 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 10 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 10 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 10 KiB

Before After
Before After