mirror of
https://github.com/portainer/portainer.git
synced 2025-07-22 06:49:40 +02:00
12 lines
255 B
JavaScript
12 lines
255 B
JavaScript
import controller from './nomadLogViewerController';
|
|
|
|
export const nomadLogViewer = {
|
|
templateUrl: './nomadLogViewer.html',
|
|
controller,
|
|
bindings: {
|
|
stderrLog: '<',
|
|
stdoutLog: '<',
|
|
resourceName: '<',
|
|
logCollectionChange: '<',
|
|
},
|
|
};
|