mirror of
https://github.com/portainer/portainer.git
synced 2025-07-25 00:09:40 +02:00
6 lines
117 B
TypeScript
6 lines
117 B
TypeScript
import controller from './logsController';
|
|
|
|
export const logsView = {
|
|
templateUrl: './logs.html',
|
|
controller,
|
|
};
|