Skip to content

Commit 7c3109d

Browse files
committed
Add migrate button
1 parent c66e0be commit 7c3109d

File tree

6 files changed

+7
-4
lines changed

6 files changed

+7
-4
lines changed

authentic-init.pl

+3
Original file line numberDiff line numberDiff line change
@@ -923,6 +923,9 @@ sub get_button_style
923923
} elsif (string_contains($keys, "apply")) {
924924
$class = "info ";
925925
$icon = "check-circle-o";
926+
} elsif (string_contains($keys, "migrate") || string_contains($keys, "import")) {
927+
$class = "success ";
928+
$icon = " fa2 fa2-import";
926929
} elsif (string_contains($keys, "update") ||
927930
string_contains($keys, "index_sync"))
928931
{

theme.info

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
desc=Authentic Theme
22
longdesc=Webmin/Usermin/Virtualmin/Cloudmin theme based on Bootstrap and Font Awesome (https://github.com/authentic-theme/authentic-theme)
33
version=19.60-RC2
4-
mversion=08
4+
mversion=09
55
depends=1.955 1.803
66
webmin=1
77
usermin=1

unauthenticated/css/bundle.min.css

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

unauthenticated/css/bundle.min.css.gz

653 Bytes
Binary file not shown.

unauthenticated/js/bundle.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

unauthenticated/js/bundle.min.js.gz

33 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)