diff --git a/luasrc/view/themes/argon/header.htm b/luasrc/view/themes/argon/header.htm index 4ef145b..5c6dbfd 100644 --- a/luasrc/view/themes/argon/header.htm +++ b/luasrc/view/themes/argon/header.htm @@ -49,6 +49,9 @@ mode = uci:get_first('argon', 'global', 'mode') bar_color = mode == 'dark' and dark_primary or primary end + + -- Brand name + local brand_name = boardinfo.hostname or "?" -%> @@ -224,7 +227,7 @@