You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by dg...@apache.org on 2020/02/03 14:41:48 UTC

[incubator-dlab] branch DLAB-1357 updated: Fixed error message position

This is an automated email from the ASF dual-hosted git repository.

dgnatyshyn pushed a commit to branch DLAB-1357
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git


The following commit(s) were added to refs/heads/DLAB-1357 by this push:
     new 7c211ea  Fixed error message position
7c211ea is described below

commit 7c211eaf950a30cbdf5b42d1208ce34b45e33a42
Author: Dmytro Gnatyshyn <di...@ukr.net>
AuthorDate: Mon Feb 3 16:41:11 2020 +0200

    Fixed error message position
---
 .../create-legion-claster/create-legion-cluster.component.scss     | 7 +++----
 .../legion-deployment/legion-list/legion-list.component.ts         | 3 +--
 2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/services/self-service/src/main/resources/webapp/src/app/administration/legion-deployment/create-legion-claster/create-legion-cluster.component.scss b/services/self-service/src/main/resources/webapp/src/app/administration/legion-deployment/create-legion-claster/create-legion-cluster.component.scss
index f5dc1ca..324f0df 100644
--- a/services/self-service/src/main/resources/webapp/src/app/administration/legion-deployment/create-legion-claster/create-legion-cluster.component.scss
+++ b/services/self-service/src/main/resources/webapp/src/app/administration/legion-deployment/create-legion-claster/create-legion-cluster.component.scss
@@ -1,8 +1,7 @@
 .create-legion-cluster{
-  .control-group .error.url-error {
+  .error{
     position: absolute;
-    right: 179px;
-    top: 35px;
+    left: 0;
+    top: 36px;
   }
 }
-
diff --git a/services/self-service/src/main/resources/webapp/src/app/administration/legion-deployment/legion-list/legion-list.component.ts b/services/self-service/src/main/resources/webapp/src/app/administration/legion-deployment/legion-list/legion-list.component.ts
index 343d44f..7e7913e 100644
--- a/services/self-service/src/main/resources/webapp/src/app/administration/legion-deployment/legion-list/legion-list.component.ts
+++ b/services/self-service/src/main/resources/webapp/src/app/administration/legion-deployment/legion-list/legion-list.component.ts
@@ -3,10 +3,9 @@ import {Subscription} from 'rxjs';
 import {LegionDeploymentDataService} from '../legion-deployment-data.service';
 import { MatTableDataSource } from '@angular/material/table';
 import {LegionDeploymentService} from '../../../core/services';
-import {EdgeActionDialogComponent} from '../../../shared/modal-dialog/edge-action-dialog';
 import {ToastrService} from 'ngx-toastr';
 import {MatDialog} from '@angular/material/dialog';
-import {OdahuActionDialogComponent, OdahuActionDialogModule} from '../../../shared/modal-dialog/odahu-action-dialog';
+import {OdahuActionDialogComponent} from '../../../shared/modal-dialog/odahu-action-dialog';
 
 @Component({
   selector: 'legion-list',


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@dlab.apache.org
For additional commands, e-mail: commits-help@dlab.apache.org