Skip to content

Commit

Permalink
Restored the yarn.lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
LINOSNCHENA committed Dec 4, 2024
1 parent 17fd9b1 commit dedecb3
Show file tree
Hide file tree
Showing 2 changed files with 12,235 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/app/handle-page/handle-table/handle-table.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ <h5 class="card-header">{{ 'handle-table.title' | translate }}</h5>
<th scope="col">{{"handle-table.table.handle" | translate}}</th>
<th scope="col">{{"handle-table.table.internal" | translate}}</th>
<th scope="col">{{"handle-table.table.url" | translate}}</th>
<!-- <th scope="col">{{"handle-table.table.resource-type" | translate}}</th> -->
<th scope="col">{{"handle-table.table.resource-type-id" | translate}}</th>
<th scope="col">{{"handle-table.table.resource-type" | translate}}</th>
<!-- <th scope="col">{{"handle-table.table.resource-type-id" | translate}}</th> -->
<th scope="col">{{"handle-table.table.resource-id" | translate}}</th>
</tr>
</thead>
Expand All @@ -54,7 +54,7 @@ <h5 class="card-header">{{ 'handle-table.title' | translate }}</h5>
(change)="switchSelectedHandle(handle.id)" type="checkbox" name="{{handle.id}}"></td>

<td class="version-row-element-version">
{{handle?.handle}}
{{handle?.handle}}
</td>

<td class="version-row-element-editor">
Expand All @@ -63,12 +63,12 @@ <h5 class="card-header">{{ 'handle-table.title' | translate }}</h5>
</span>
<span *ngIf="handle?.resourceTypeID != null">
{{ 'handle-table.table.is-internal' | translate }}
</span>
</span>
</td>

<td class="version-row-element-editor">
<a *ngIf="handle?.url" [href]="handle?.url" target="_blank" rel="noopener noreferrer">
{{handle?.url}}
{{handle?.url}}

</a>
</td>
Expand Down Expand Up @@ -114,4 +114,4 @@ <h5 class="card-header">{{ 'handle-table.title' | translate }}</h5>
</div>
</div>
</div>
</div>
</div>
Loading

0 comments on commit dedecb3

Please sign in to comment.