style: lint
Some checks failed
Build / Build-and-ng-test (pull_request) Failing after 1m12s

This commit is contained in:
Mihajlo Medjedovic 2024-04-11 13:23:40 +02:00
parent c60dd65a16
commit 1db8bc2573
6 changed files with 28 additions and 14 deletions

View File

@ -5,7 +5,8 @@
<div class="card-text">
<ng-container *ngSwitchCase="'key'">
<p class="key-error" *ngIf="!keyError">
Licence key is invalid. We can't provide you more details at the moment
Licence key is invalid. We can't provide you more details at the
moment
</p>
<p

View File

@ -139,10 +139,7 @@
<div class="card-header p-0">
<div class="clr-row">
<div class="clr-col-md-4 approvalBack">
<span
class="btn btn-outline m-0"
(click)="goToApprovalsList()"
>
<span class="btn btn-outline m-0" (click)="goToApprovalsList()">
<clr-icon shape="caret" dir="left" size="20"></clr-icon>Back to
approvals list
</span>
@ -395,8 +392,8 @@
<div class="clr-row">
<div class="clr-col-md-4 approvalBack">
<span class="btn btn-outline" (click)="goToSubmitList()">
<cds-icon shape="angle" direction="left" size="20"></cds-icon>Back to
submitted list
<cds-icon shape="angle" direction="left" size="20"></cds-icon
>Back to submitted list
</span>
</div>
<div class="clr-col-md-4">

View File

@ -44,7 +44,11 @@
</a>
<ng-container *ngIf="!isDeployPage">
<a target="_blank" href="https://docs.datacontroller.io" clrDropdownItem>
<a
target="_blank"
href="https://docs.datacontroller.io"
clrDropdownItem
>
<span class="dropdown-text">Documentation</span>
</a>
</ng-container>
@ -62,4 +66,4 @@
</div>
</clr-dropdown-menu>
</clr-dropdown>
</div>
</div>

View File

@ -10,7 +10,7 @@ import { Router } from '@angular/router'
@Component({
selector: 'app-header-actions',
templateUrl: './header-actions.component.html',
styleUrls: ['./header-actions.component.scss'],
styleUrls: ['./header-actions.component.scss']
})
export class HeaderActions implements OnInit, OnDestroy {
public userName: string = 'Not logged in'

View File

@ -9,7 +9,9 @@
class="sys-info d-flex clr-justify-content-center clr-flex-column clr-flex-lg-row"
>
<div>
<h6 cds-text="subsection" class="mb-10">Environment Details <span class="dark"></span></h6>
<h6 cds-text="subsection" class="mb-10">
Environment Details <span class="dark"></span>
</h6>
<p cds-text="label" class="m-0">
SYSSITE: <span class="dark">{{ environmentInfo?.SYSSITE }}</span>
</p>
@ -75,7 +77,9 @@
</div>
<div>
<h6 cds-text="subsection" class="mb-10">Licence details <span class="dark"></span></h6>
<h6 cds-text="subsection" class="mb-10">
Licence details <span class="dark"></span>
</h6>
<p cds-text="label" class="m-0">
Valid until:
<span class="dark">{{ licenceInfo?.valid_until }}</span>

View File

@ -94,13 +94,21 @@
}}</i>
<h5 class="d-flex clr-col-12 clr-justify-content-center mt-5-i">
Rules Source:
<a cds-text="labelLink" class="ml-10" [routerLink]="'/view/data/' + rulesSource">
<a
cds-text="labelLink"
class="ml-10"
[routerLink]="'/view/data/' + rulesSource"
>
{{ rulesSource }}
</a>
</h5>
<h5 class="d-flex clr-col-12 clr-justify-content-center mt-5-i">
Target dataset:
<a cds-text="labelLink" class="ml-10" [routerLink]="'/view/data/' + selectedXLMap.targetDS">
<a
cds-text="labelLink"
class="ml-10"
[routerLink]="'/view/data/' + selectedXLMap.targetDS"
>
{{ selectedXLMap.targetDS }}
</a>
</h5>