label and todo

This commit is contained in:
Lone Iversen
2022-11-16 15:29:59 +01:00
parent 652337556c
commit 51209fac96
2 changed files with 2 additions and 0 deletions

View File

@@ -180,6 +180,7 @@ export class UmbDashboardExamineIndexElement extends UmbContextConsumerMixin(Lit
<p>Lists the properties of the ${this._indexData.name}</p>
<uui-table class="info">
${Object.entries(this._indexData).map((entry) => {
//TODO: This should be providerProperties showing up here
return html`<uui-table-row>
<uui-table-cell style="width:0px; font-weight: bold;"> ${entry[0]} </uui-table-cell>
<uui-table-cell> ${JSON.stringify(entry[1]).replace(/,/g, ', ')} </uui-table-cell>

View File

@@ -270,6 +270,7 @@ export class UmbDashboardExamineSearcherElement extends UmbContextConsumerMixin(
<span>${field.name}</span>
<uui-button
look="secondary"
label="Close field ${field.name}"
compact
@click="${() => {
this._exposedFields = this._exposedFields?.map((f) => {