Commit Graph

4 Commits

Author SHA1 Message Date
Kenji Okimoto
01442157f3
Fix Api::SettingsController#update
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2018-09-14 16:10:00 +09:00
Kenji Okimoto
741c23f335
Change return value of /api/settings
Current version returns like the following:

```
{
  "ROOT" => {
    "sources" => [],
    "filters" => [],
    "matches" => [],
  },
  "@INPUT" => {
    "sources" => [],
    "filters" => [],
    "matches" => [],
  }
}
```

Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2018-08-23 17:10:43 +09:00
Kenji Okimoto
d67ed8f7ed Display type in panel header properly
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2018-05-28 11:52:07 +09:00
uu59
86351718f3 Add JSON API for changing config by section 2014-11-25 18:05:25 +09:00