diff --git a/luasrc/view/themes/argon/header.htm b/luasrc/view/themes/argon/header.htm index 63912c3..f0030f1 100644 --- a/luasrc/view/themes/argon/header.htm +++ b/luasrc/view/themes/argon/header.htm @@ -50,6 +50,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 "?" -%> @@ -225,7 +228,7 @@