Home
last modified time | relevance | path

Searched refs:locationIndicatorActive (Results 1 – 6 of 6) sorted by relevance

/openbmc/webui-vue/src/views/Overview/
H A DOverviewInventory.vue13 v-model="systems.locationIndicatorActive"
18 <span v-if="systems.locationIndicatorActive">
/openbmc/webui-vue/src/views/HardwareStatus/Inventory/
H A DInventoryTableSystem.vue32 <template #cell(locationIndicatorActive)="{ item }">
35 v-model="item.locationIndicatorActive"
40 <span v-if="item.locationIndicatorActive">
194 key: 'locationIndicatorActive',
H A DInventoryServiceIndicator.vue23 v-model="systems.locationIndicatorActive"
28 <span v-if="systems.locationIndicatorActive">
/openbmc/bmcweb/redfish-core/lib/
H A Dchassis.hpp751 std::optional<bool> locationIndicatorActive; in handleChassisPatch() local
762 "LocationIndicatorActive", locationIndicatorActive // in handleChassisPatch()
769 if (!locationIndicatorActive && !indicatorLed) in handleChassisPatch()
784 [asyncResp, chassisId, locationIndicatorActive, in handleChassisPatch()
834 if (locationIndicatorActive) in handleChassisPatch()
839 asyncResp, *locationIndicatorActive); in handleChassisPatch()
H A Dsystems.hpp3175 std::optional<bool> locationIndicatorActive; in handleComputerSystemPatch() local
3213 "LocationIndicatorActive", locationIndicatorActive, // in handleComputerSystemPatch()
3258 if (locationIndicatorActive) in handleComputerSystemPatch()
3260 setSystemLocationIndicatorActive(asyncResp, *locationIndicatorActive); in handleComputerSystemPatch()
/openbmc/webui-vue/src/store/modules/HardwareStatus/
H A DSystemStore.js22 system.locationIndicatorActive = data.LocationIndicatorActive;