Changeset 6884

Show
Ignore:
Timestamp:
02/12/11 20:30:59 (2 years ago)
Author:
soma
Message:

modules/admin-full: Fixes for rdate config

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • luci/trunk/modules/admin-full/luasrc/model/cbi/admin_system/system.lua

    r6883 r6884  
    190190    s.addremove = true 
    191191    s.template = "cbi/tblsection" 
    192     s.rmempty = true 
    193  
    194     s:option(Value, "hostname", translate("Name")) 
     192 
     193    h = s:option(Value, "hostname", translate("Name")) 
     194    h.rmempty = true 
     195    h.datatype = host 
    195196    i = s:option(ListValue, "interface", translate("Interface")) 
     197    i.rmempty = true 
    196198    i:value("", translate("Default")) 
    197199    m3.uci:foreach("network", "interface",