]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/pybind/mgr/dashboard/frontend/src/app/shared/components/submit-button/submit-button.component.ts
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / shared / components / submit-button / submit-button.component.ts
index 1ef6cb2ffb5160cfe50ea88e217d26b212380970..6cd273bcf4e3535e3ddb439e685082d2cd28233b 100644 (file)
@@ -1,8 +1,9 @@
 import { Component, ElementRef, EventEmitter, Input, OnInit, Output } from '@angular/core';
 import { AbstractControl, FormGroup, FormGroupDirective, NgForm } from '@angular/forms';
-import { Icons } from '../../../shared/enum/icons.enum';
 
-import * as _ from 'lodash';
+import _ from 'lodash';
+
+import { Icons } from '~/app/shared/enum/icons.enum';
 
 /**
  * This component will render a submit button with the given label.