X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=modules%2Fadmin-core%2Fsrc%2Fmodel%2Fcbi%2Fadmin_system%2Fhostname.lua;fp=modules%2Fadmin-core%2Fsrc%2Fmodel%2Fcbi%2Fadmin_system%2Fhostname.lua;h=c9e159d05f845756ab7279581bedd60e0448315a;hb=aa9ccf77c6648515ba58c37b9345cdbd561028db;hp=0000000000000000000000000000000000000000;hpb=a3a51464fd8cffa6d18fa3f18be9c699901abd0d;p=project%2Fluci.git diff --git a/modules/admin-core/src/model/cbi/admin_system/hostname.lua b/modules/admin-core/src/model/cbi/admin_system/hostname.lua new file mode 100644 index 000000000..c9e159d05 --- /dev/null +++ b/modules/admin-core/src/model/cbi/admin_system/hostname.lua @@ -0,0 +1,9 @@ +m = Map("system", "Hostname", [[Definiert den Hostnamen des Routers. +Der Hostname ist eine im Netzwerk eindeutige Kennung, die dieses Gerät identifiziert.]]) + +s = m:section(TypedSection, "system") +s.anonymous = true + +s:option(Value, "hostname", "Hostname") + +return m \ No newline at end of file