mirror of
https://github.com/xuthus83/pigallery2.git
synced 2025-01-14 14:43:17 +08:00
fixing admin debug state
This commit is contained in:
parent
07a71e44ab
commit
b5a0b353e1
@ -41,7 +41,7 @@ export class AdminComponent implements OnInit, AfterViewInit {
|
||||
this.configStyles = enumToTranslatedArray(ConfigStyle);
|
||||
const wc = WebConfigClassBuilder.attachPrivateInterface(new WebConfig());
|
||||
this.configPaths = Object.keys(wc.State)
|
||||
.filter(s => !wc.__state[s].volatile && s === 'Jobs');
|
||||
.filter(s => !wc.__state[s].volatile);
|
||||
}
|
||||
|
||||
ngAfterViewInit(): void {
|
||||
|
Loading…
x
Reference in New Issue
Block a user