Add branding assets for TIS tenant with logo and login image
This commit is contained in:
@@ -84,7 +84,7 @@
|
||||
@if (expandable && expandColumns && expandableItemKey) {
|
||||
<ng-template #expandedrow let-item>
|
||||
<tr>
|
||||
<td [attr.colspan]="columns.length + 1">
|
||||
<td [attr.colspan]="columns.length + 1 + (showIndex ? 1 : 0) + (actionsCount() ? 1 : 0)">
|
||||
<div class="px-4">
|
||||
@if (item[expandableItemKey]?.length) {
|
||||
<p-table
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
[size]="size"
|
||||
[invalid]="passwordControl.touched && passwordControl.invalid"
|
||||
/>
|
||||
<span class="text-xs mt-1 mb-3 text-muted-color">
|
||||
<span class="text-xs mt-1 text-muted-color">
|
||||
{{ hint }}
|
||||
</span>
|
||||
</uikit-field>
|
||||
|
||||
Reference in New Issue
Block a user