Skip to content
Snippets Groups Projects
Commit 98a1c547 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-768 remove non existing class

parent 79942b4c
No related branches found
No related tags found
No related merge requests found
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
--> -->
<goofy-client-spinner [stateResource]="fileListResource"> <goofy-client-spinner [stateResource]="fileListResource">
<div class="container horizontal" data-test-id="file-list"> <div class="horizontal" data-test-id="file-list">
<goofy-client-binary-file-container <goofy-client-binary-file-container
*ngFor="let binaryFileResource of (fileListResource.resource | toEmbeddedResources: fileListRel.FILE_LIST)" *ngFor="let binaryFileResource of (fileListResource.resource | toEmbeddedResources: fileListRel.FILE_LIST)"
class="files" class="files"
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
--> -->
<goofy-client-spinner [stateResource]="fileListResource"> <goofy-client-spinner [stateResource]="fileListResource">
<div class="container vertical" data-test-id="file-list"> <div class="vertical" data-test-id="file-list">
<goofy-client-binary-file-container <goofy-client-binary-file-container
*ngFor="let binaryFileResource of (fileListResource.resource | toEmbeddedResources: fileListRel.FILE_LIST)" *ngFor="let binaryFileResource of (fileListResource.resource | toEmbeddedResources: fileListRel.FILE_LIST)"
class="files" class="files"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment