mirror of
https://github.com/portainer/portainer.git
synced 2025-08-03 04:45:21 +02:00
refactor(nomad): sync frontend with EE [EE-3353] (#7758)
This commit is contained in:
parent
78dcba614d
commit
881e99df53
68 changed files with 1799 additions and 17 deletions
9
app/nomad/logs/index.ts
Normal file
9
app/nomad/logs/index.ts
Normal file
|
@ -0,0 +1,9 @@
|
|||
import angular from 'angular';
|
||||
|
||||
import { logsView } from './logs';
|
||||
import { nomadLogViewer } from './nomad-log-viewer';
|
||||
|
||||
export const logsModule = angular
|
||||
.module('portainer.app.nomad.logs', [])
|
||||
.component('nomadLogViewer', nomadLogViewer)
|
||||
.component('nomadLogsView', logsView).name;
|
Loading…
Add table
Add a link
Reference in a new issue