Changeset 5950

Show
Ignore:
Timestamp:
03/27/10 18:29:19 (3 years ago)
Author:
jow
Message:

modules/admin-full: add rdate frontend

Files:
1 modified

Legend:

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

    r5922 r5950  
    8383s:option(Value, "conloglevel").optional = true 
    8484s:option(Value, "cronloglevel").optional = true 
     85 
     86s2 = m:section(TypedSection, "rdate", translate("Time Server (rdate)")) 
     87s2.anonymous = true 
     88s2.addremove = false 
     89 
     90s2:option(DynamicList, "server", translate("Server")) 
     91 
    8592return m