UNPKG

terminus-cloud-settings-sync

Version:

Cloud Services sync the Tabby config and connections across platform devices.

22 lines (21 loc) 528 B
import { OnInit } from '@angular/core'; import { PlatformService } from 'terminus-core'; interface LogItem { time: string; level: string; message: string; } export declare class PluginLogsComponent implements OnInit { private platform; logger: any; queryDate: string; queryItemLimit: number; items: LogItem[]; isLoadingLogs: boolean; isHavingError: boolean; errorMessage: string; constructor(platform: PlatformService); ngOnInit(): void; applyFilter(): void; } export {};