style: lint
All checks were successful
Build / Build-and-ng-test (pull_request) Successful in 3m53s
Build / Build-and-test-development (pull_request) Successful in 8m16s

This commit is contained in:
Mihajlo Medjedovic 2025-03-21 14:08:57 +01:00
parent 7f3577c3ef
commit 36416aab2e
8 changed files with 50 additions and 10 deletions

View File

@ -139,7 +139,11 @@
[routerLink]="['/']"
class="nav-link"
>
<img class="without-text d-block d-md-none" src="images/dc-logo.svg" alt="datacontroller logo without text"/>
<img
class="without-text d-block d-md-none"
src="images/dc-logo.svg"
alt="datacontroller logo without text"
/>
<img
class="with-text d-none d-md-block"
src="images/datacontroller.svg"
@ -284,7 +288,11 @@
<!-- App Loading Page -->
<div *ngIf="!startupDataLoaded" class="app-loading">
<img class="loading-logo" src="images/datacontroller.svg" alt="datacontroller logo"/>
<img
class="loading-logo"
src="images/datacontroller.svg"
alt="datacontroller logo"
/>
<div *ngIf="appActive === null" class="slider">
<div class="line"></div>

View File

@ -123,7 +123,11 @@
</div>
<div *ngIf="!loading" class="no-table-selected">
<img src="images/select-table.png" class="select-table-icon" alt="select table icon"/>
<img
src="images/select-table.png"
class="select-table-icon"
alt="select table icon"
/>
<p
*ngIf="treeNodeLibraries?.length! > 0"
class="text-center color-gray mt-10"

View File

@ -47,7 +47,12 @@
</table>
</div>
<div class="modal-footer">
<button type="button" aria-label="Close modal" class="btn btn-outline" (click)="openModal = false">
<button
type="button"
aria-label="Close modal"
class="btn btn-outline"
(click)="openModal = false"
>
OK
</button>
</div>

View File

@ -64,7 +64,11 @@
<!-- <clr-dg-cell>{{sub.approver}}</clr-dg-cell> -->
<clr-dg-cell>{{ sub.submitReason }}</clr-dg-cell>
<clr-dg-cell>
<div class="row justify-content-around" role="tooltip" aria-label="Go to staged data screen">
<div
class="row justify-content-around"
role="tooltip"
aria-label="Go to staged data screen"
>
<a
class="column-center links tooltip tooltip-md tooltip-bottom-left color-blue"
(click)="goToStage(sub.tableId)"

View File

@ -1,7 +1,11 @@
<div class="login-sidebar-wrapper" [class.active]="isActive">
<div class="login-sidebar sideBarProps">
<!--img src="images/data_controller.png" alt=""-->
<img class="login-logo" src="images/datacontroller.svg" alt="datacontroller logo" />
<img
class="login-logo"
src="images/datacontroller.svg"
alt="datacontroller logo"
/>
<form class="login" (ngSubmit)="submit()">
<label class="title">

View File

@ -26,7 +26,10 @@
<button class="nav-text color-white user-nav-toggle" clrDropdownToggle>
<span>{{ userName }}</span>
<span *ngIf="userName !== 'Not logged in' && isViya"
><img class="avatar-img" src="{{ getPictureUrl() }}" alt="profile picture"
><img
class="avatar-img"
src="{{ getPictureUrl() }}"
alt="profile picture"
/></span>
<span
class="badge badge-danger"

View File

@ -481,7 +481,11 @@
*ngIf="!lib && !table && !noDataReqErr && !noData"
class="no-table-selected"
>
<img src="images/select-library.png" class="select-table-icon" alt="select a library icon"/>
<img
src="images/select-library.png"
class="select-table-icon"
alt="select a library icon"
/>
<h3 class="text-center color-gray mt-10" cds-text="section">
Please select a library
</h3>
@ -517,7 +521,11 @@
*ngIf="libinfo !== null"
class="no-table-selected-info pointer-events-none"
>
<img src="images/select-table.png" class="select-table-icon" alt="select table icon"/>
<img
src="images/select-table.png"
class="select-table-icon"
alt="select table icon"
/>
<p class="text-center color-gray mt-10" cds-text="section">
Please select a table
</p>

View File

@ -45,7 +45,11 @@
<div class="content-area">
<div *ngIf="!selectedXLMap" class="no-table-selected">
<img src="images/select-table.png" class="select-table-icon" alt="select table icon"/>
<img
src="images/select-table.png"
class="select-table-icon"
alt="select table icon"
/>
<p
*ngIf="xlmaps.length > 0"
class="text-center color-gray mt-10"