[#44853] renamed file-link-list to storage
- file-link-list component renamed to storage component, which is container of the list, the header, the info box, and the action bar - renaming of directories and modulepull/11596/head
parent
5827c6277b
commit
a6077ee1b0
@ -1,5 +1,5 @@ |
||||
import { Pipe, PipeTransform } from '@angular/core'; |
||||
import { isDirectory } from 'core-app/shared/components/file-links/file-link-icons/file-icons.helper'; |
||||
import { isDirectory } from 'core-app/shared/components/storages/file-link-icons/file-icons.helper'; |
||||
|
||||
@Pipe({ |
||||
name: 'sortFiles', |
@ -1,6 +1,18 @@ |
||||
<ng-container |
||||
*ngIf="resource" |
||||
> |
||||
<div class=op-tab-content--header> |
||||
<span class="op-tab-content--header-icon spot-icon spot-icon_nextcloud-circle op-files-tab--icon op-files-tab--icon_nextcloud"></span> |
||||
<span class="op-tab-content--header-text" [textContent]="storage.name"></span> |
||||
<button |
||||
class="op-tab-content--header-action spot-link" |
||||
[title]="text.openStorage()" |
||||
(click)="openStorageLocation()" |
||||
> |
||||
<span class="spot-icon spot-icon_external-link"></span> |
||||
</button> |
||||
</div> |
||||
|
||||
<op-storage-information |
||||
*ngFor="let infoBox of storageInformation | async" |
||||
class="op-files-tab--storage-info-box" |
Loading…
Reference in new issue