1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-04 21:35:23 +02:00

refactor(edge): use react poll freq field [EE-2614] (#6757)

This commit is contained in:
Chaim Lev-Ari 2022-04-26 08:14:48 +03:00 committed by GitHub
parent bebee78152
commit d08b498cb9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 160 additions and 119 deletions

View file

@ -1,7 +1,9 @@
import angular from 'angular';
import { EdgeCheckinIntervalFieldAngular } from './EdgeCheckInIntervalField';
import { EdgeScriptFormAngular } from './EdgeScriptForm';
export const componentsModule = angular
.module('app.edge.components', [])
.component('edgeCheckinIntervalField', EdgeCheckinIntervalFieldAngular)
.component('edgeScriptForm', EdgeScriptFormAngular).name;