Home
last modified time | relevance | path

Searched refs:sectionTitle (Results 1 – 5 of 5) sorted by relevance

/openbmc/webui-vue/src/components/Global/
H A DPageSection.vue3 <h2 v-if="sectionTitle">{{ sectionTitle }}</h2>
12 sectionTitle: {
/openbmc/webui-vue/docs/guide/quickstart/
H A Dpage-anatomy.md21 <page-section :section-title="$t('pageName.sectionTitle')">
65 <page-section :section-title="$t('pageName.sectionTitle')">
/openbmc/webui-vue/tests/unit/Global/
H A DPageSection.spec.js7 sectionTitle: 'PageSection test title', property in AnonymousClass92a9fe410101.propsData
/openbmc/webui-vue/src/views/Operations/Firmware/
H A DFirmwareCardsBmc.vue3 <page-section :section-title="sectionTitle">
91 sectionTitle() {
/openbmc/webui-vue/src/views/HardwareStatus/Inventory/
H A DInventoryServiceIndicator.vue3 :section-title="$t('pageInventory.systemIndicator.sectionTitle')"