Merge pull request #240 from KorenKrita/bugfix/fixArchLinuxIcon
fixArchLinuxIcon Co-authored-by: KorenKrita <22239339+KorenKrita@users.noreply.github.com>
This commit is contained in:
commit
222b87ec78
5
resource/template/theme-default/home.html
vendored
5
resource/template/theme-default/home.html
vendored
@ -185,6 +185,9 @@
|
|||||||
if (str == 'amazon') {
|
if (str == 'amazon') {
|
||||||
return 'redhat';
|
return 'redhat';
|
||||||
}
|
}
|
||||||
|
if (str == 'arch') {
|
||||||
|
return 'archlinux';
|
||||||
|
}
|
||||||
return '';
|
return '';
|
||||||
},
|
},
|
||||||
group() {
|
group() {
|
||||||
@ -318,4 +321,4 @@
|
|||||||
|
|
||||||
$('.ui.accordion').accordion({ "exclusive": false });
|
$('.ui.accordion').accordion({ "exclusive": false });
|
||||||
</script>
|
</script>
|
||||||
{{end}}
|
{{end}}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user