()
| 696 | return normalized; |
| 697 | } |
| 698 | function activeConfigDef(){ |
| 699 | return CONFIG_TYPES[S.admin.selectedType] || CONFIG_TYPES.servers; |
| 700 | } |
| 701 | function configItems(){ |
| 702 | if(!S.admin.config) S.admin.config = normalizeAdminConfig({}); |
| 703 | const key = S.admin.selectedType; |
no outgoing calls
no test coverage detected