Uploaded image for project: 'Documentation'
  1. Documentation
  2. DOCS-3023

flip order of 'type' and 'default' on config options pages

    • Type: Icon: Task Task
    • Resolution: Done
    • Priority: Icon: Minor - P4 Minor - P4
    • v1.3.3
    • Affects Version/s: None
    • Component/s: production
    • Labels:
      None

      Put the type before the default on config option pages.

      For example, this is the current order:

      systemLog.syslogFacility
      Default: user
      Type: string

      systemLog.logAppend
      Default: False
      Type: boolean

      Which, in the second case in particular, makes the "type" line almost meaningless, even though it is a meaningful piece of info. Reordering gives a more natural progression:

      systemLog.syslogFacility
      Type: string
      Default: user

      systemLog.logAppend
      Type: boolean
      Default: False

            Assignee:
            sam.kleinman Sam Kleinman (Inactive)
            Reporter:
            bgrabar Bob Grabar
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:
              10 years, 5 weeks, 1 day ago