summaryrefslogtreecommitdiffstats
path: root/interfaces-definitions.lua
Commit message (Collapse)AuthorAgeFilesLines
* Interfaces: Added support for unknown options in a separate cfeTed Trask2012-12-061-0/+1
| | | | The previous implementation would display them as separate options with errors, and silently drop when writing
* Interfaces: Move iface structure to a separate file and use it in view to ↵Ted Trask2012-12-061-0/+61
determine which options to display The previous method meant that each option was defined in both the model and in the view. Now, everything is defined in the model, and the view just hides / shows as desired.