Skip to content

Commit b34970d

Browse files
committed
Fix small license configuration page issues
1 parent 80e0dfd commit b34970d

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

authentic-init.pl

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1126,7 +1126,8 @@ sub get_button_style
11261126
} elsif (string_contains($keys, "licence_manager") ||
11271127
string_contains($keys, "licence_manager_change") ||
11281128
string_contains($keys, "licence_manager_deregister") ||
1129-
string_contains($keys, "licence_recheck")) {
1129+
string_contains($keys, "licence_recheck") ||
1130+
string_contains($keys, "licence_manager_reposissue")) {
11301131
$icon = "virtualmin fa-1_15x margined-left--2 margined-top-1";
11311132
$class = "info ";
11321133
if (string_contains($keys, "licence_recheck")) {
@@ -1135,6 +1136,10 @@ sub get_button_style
11351136
$class = "warning ";
11361137
$icon = " fa2 fa2-key fa-1_15x margined-left--1";
11371138
}
1139+
if (string_contains($keys, "licence_manager_reposissue")) {
1140+
$class = "warning ";
1141+
$icon = "retweet fa-1_10x margined-left--2";
1142+
}
11381143
if (string_contains($keys, "licence_manager_change") ||
11391144
string_contains($keys, "licence_manager_setup")) {
11401145
$class = "success ";

unauthenticated/css/bundle.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
42 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)