Lines Matching refs:item
34 <template #cell(locationIndicatorActive)="{ item }">
37 v-model="item.locationIndicatorActive"
42 <span v-if="item.locationIndicatorActive">
49 <template #row-details="{ item }">
56 <dd>{{ dataFormatter(item.serialNumber) }}</dd>
59 <dd>{{ dataFormatter(item.model) }}</dd>
63 {{ dataFormatter(item.assetTag) }}
71 <dd>{{ dataFormatter(item.statusState) }}</dd>
74 <dd>{{ dataFormatter(item.powerState) }}</dd>
77 <dd>{{ dataFormatter(item.healthRollup) }}</dd>
87 <dd>{{ dataFormatter(item.manufacturer) }}</dd>
90 <dd>{{ dataFormatter(item.description) }}</dd>
94 {{ dataFormatter(item.subModel) }}
99 {{ dataFormatter(item.systemType) }}
112 {{ dataFormatter(item.totalSystemMemoryGiB) }}
124 {{ dataFormatter(item.processorSummaryCount) }}
129 {{ dataFormatter(item.processorSummaryCoreCount) }}
139 {{ dataFormatter(item.serialConsoleMaxSessions) }}
143 {{ dataFormatter(item.serialConsoleEnabled) }}