Browse Source

Update import/export service

pull/6198/head
Igor Kulikov 4 years ago
parent
commit
a0bbaf6f7d
  1. 2
      ui-ngx/src/app/modules/home/components/import-export/import-export.service.ts

2
ui-ngx/src/app/modules/home/components/import-export/import-export.service.ts

@ -62,7 +62,7 @@ import { TenantProfileService } from '@core/http/tenant-profile.service';
import { DeviceService } from '@core/http/device.service';
import { AssetService } from '@core/http/asset.service';
import { EdgeService } from '@core/http/edge.service';
import {RuleNode} from "@shared/models/rule-node.models";
import { RuleNode } from '@shared/models/rule-node.models';
// @dynamic
@Injectable()

Loading…
Cancel
Save