portainer/app/nomad/logs/logs.ts

7 lines
117 B
TypeScript
Raw Normal View History

import controller from './logsController';
export const logsView = {
templateUrl: './logs.html',
controller,
};