1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-26 00:39:41 +02:00

fix console error for feather icon (#7305)

This commit is contained in:
Richard Wei 2022-07-25 20:11:48 +12:00 committed by GitHub
parent 70a7eefa22
commit 9a18dd8162
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 11 additions and 44 deletions

View file

@ -1,5 +1,4 @@
import $ from 'jquery';
import feather from 'feather-icons';
import { PortainerEndpointTypes } from 'Portainer/models/endpoint/models';
/* @ngInject */
@ -29,10 +28,6 @@ export function onStartupAngular($rootScope, $state, $interval, LocalStorage, En
HttpRequestHelper.resetAgentHeaders();
});
$transitions.onSuccess({}, () => {
feather.replace();
});
// Keep-alive Edge endpoints by sending a ping request every minute
$interval(() => {
ping(EndpointProvider, SystemService);