/openbmc/webui-vue/docs/customization/ |
H A D | theme.md | 12 application navigation, and theming. 79 This variable determines when the primary navigation is hidden and when the 83 - xs - Navigation is always displayed 84 - sm - Navigation displayed when the viewport is greater than 576px 85 - md - Navigation displayed when the viewport is greater than 768px 86 - lg - Navigation displayed when the viewport is greater than 992px 87 - xl - Navigation displayed when the viewport is less than 1200px 101 ### $navigation-width 103 This variable determines the width of the primary navigation menu when expanded. 113 - Primary navigation section [all …]
|
H A D | build.md | 9 - [App Navigation](#app-navigation) 69 ## App navigation 71 The Vue Router definition is closely tied to the app navigation but should be 74 navigation. This configuration will make customizations to the rendered markup 77 1. If making customizations to the app navigation, add `CUSTOM_APP_NAV=true` key 86 `navigationItems` that should be an array of of navigation objects. Each 87 navigation object should have an `id` and `label` property defined.
|
/openbmc/webui-vue/src/layouts/ |
H A D | AppLayout.vue | 9 <app-navigation class="app-navigation" /> 82 grid-template-columns: $navigation-width 1fr; 85 'navigation content'; 96 .app-navigation { 97 grid-area: navigation;
|
/openbmc/webui-vue/tests/unit/ |
H A D | AppNavigation.spec.js | 40 it('Nav Overlay click should emit change-is-navigation-open event', async () => { 45 expect(rootWrapper.emitted('change-is-navigation-open')).toBeTruthy(); 48 it('toggle-navigation event should toggle isNavigation data prop value', async () => { 51 rootWrapper.vm.$emit('toggle-navigation'); 53 rootWrapper.vm.$emit('toggle-navigation');
|
H A D | AppHeader.spec.js | 49 it('nav-trigger button click should emit toggle-navigation event', async () => { 53 expect(rootWrapper.emitted('toggle-navigation')).toBeTruthy(); 64 rootWrapper.vm.$emit('change-is-navigation-open', false);
|
/openbmc/phosphor-webui/app/ |
H A D | index.html | 15 …<app-navigation ng-if="dataService.showNavigation" path="dataService.path" show-navigation="dataSe…
|
/openbmc/webui-vue/src/components/AppNavigation/ |
H A D | AppNavigation.vue | 7 <!-- Navigation items with no children --> 18 <!-- Navigation items with children --> 80 this.$root.$emit('change-is-navigation-open', isNavigationOpen); 85 this.$root.$on('toggle-navigation', () => this.toggleIsOpen()); 215 width: $navigation-width; 222 transform: translateX(-$navigation-width);
|
/openbmc/openbmc-test-automation/gui/gui_test/security_and_access_menu/ |
H A D | test_sessions_sub_menu.robot | 20 Verify Navigation To Sessions Page 21 [Documentation] Verify navigation to sessions page.
|
H A D | test_certificates_sub_menu.robot | 35 Verify Navigation To Certificate Page 36 [Documentation] Verify navigation to certificate page.
|
/openbmc/openbmc-test-automation/gui/gui_test/operations_menu/ |
H A D | test_host_console_sub_menu.robot | 20 Verify Navigation To Host Console Page 21 [Documentation] Verify navigation to Host console page.
|
H A D | test_reboot_bmc_sub_menu.robot | 23 Verify Navigation To Reboot BMC Page 24 [Documentation] Verify navigation to reboot BMC page.
|
H A D | test_firmware_sub_menu.robot | 21 Verify Navigation To Firmware Page 22 [Documentation] Verify navigation to firmware page.
|
/openbmc/openbmc-test-automation/gui/gui_test/hardware_status_menu/ |
H A D | test_inventory_and_leds_sub_menu.robot | 19 Verify Navigation To Inventory And LEDs Page 20 [Documentation] Verify navigation to inventory page.
|
H A D | test_sensors_sub_menu.robot | 25 Verify Navigation To Sensors Page 26 [Documentation] Verify navigation to Sensors page.
|
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-graphics/clutter/clutter-gst-3.0/ |
H A D | 0001-Install-example-binary-needed-for-core-image-clutter.patch | 26 -noinst_PROGRAMS = camera-player video-player video-sink video-sink-navigation video-content 27 +bin_PROGRAMS = camera-player video-player video-sink video-sink-navigation video-content
|
/openbmc/openbmc-test-automation/gui/gui_test/settings_menu/ |
H A D | test_factory_reset_sub_menu.robot | 22 Verify Navigation To Factory Reset Page 23 [Documentation] Verify navigation to factory reset page.
|
H A D | test_power_restore_policy_sub_menu.robot | 23 Verify Navigation To Power Restore Policy Page 24 [Documentation] Verify navigation to Power Restore Policy page.
|
H A D | test_date_and_time_sub_menu.robot | 29 Verify Navigation To Date And Time Page 30 [Documentation] Verify navigation to date and time page. 110 [Documentation] Verify navigation to profile setting page after clicking
|
/openbmc/linux/Documentation/devicetree/bindings/gnss/ |
H A D | gnss-common.yaml | 7 title: Common Properties for Global Navigation Satellite Systems (GNSS) 14 This document defines device tree properties common to Global Navigation
|
/openbmc/openbmc-test-automation/gui/gui_test/logs_and_services_menu/ |
H A D | test_progress_logs_sub_menu.robot | 23 Verify Navigation To Progress Logs Page 24 [Documentation] Verify navigation to progress logs page.
|
/openbmc/openbmc-test-automation/gui/gui_test/gui_header/ |
H A D | test_profile_settings_sub_menu.robot | 23 Verify Navigation To Profile Settings Page 24 [Documentation] Verify navigation to profile settings page.
|
/openbmc/phosphor-webui/app/common/styles/directives/ |
H A D | app-navigation.scss | 8 //Navigation icons 16 // Top level navigation
|
H A D | index.scss | 1 @import "./app-navigation.scss";
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
H A D | python3-flask-nav_0.6.bb | 1 DESCRIPTION = "Easily create navigation for Flask applications."
|
/openbmc/webui-vue/src/components/AppHeader/ |
H A D | AppHeader.vue | 223 'change-is-navigation-open', 241 this.$root.$emit('toggle-navigation'); 245 this.$root.$emit('skip-navigation');
|