/openbmc/webui-vue/docs/guide/components/buttons/ |
H A D | index.md | 6 [theme-color map keys](/guide/guidelines/colors). To create a button that looks 9 [Learn more about Bootstrap-vue buttons](https://bootstrap-vue.js.org/docs/components/button) 13 Add `btn-icon-only` class to the button and add `title` attribute to get helper 14 text on hover over the button. 18  22 <b-button variant="primary">Primary</b-button> 23 <b-button variant="primary"> 26 </b-button> 27 <b-button variant="secondary">Secondary</b-button> 28 <b-button variant="danger">Danger</b-button> [all …]
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Chassis/ |
H A D | README.md | 7 ### Power Button Interface 9 Power button interface `xyz.openbmc_project.Chassis.Buttons.Power` provides 14 - simPress - To emulate physical power button press. 15 - simLongPress - To emulate physical power button long press. 19 - Released - Power button released signal. 20 - Pressed - Power button pressed signal. 21 - PressedLong - Power button long pressed signal. 23 ### ID Button Interface 25 ID button interface `xyz.openbmc_project.Chassis.Buttons.ID` provides following 30 - simPress - To emulate ID button press. [all …]
|
/openbmc/phosphor-webui/app/server-health/controllers/ |
H A D | syslog-controller.html | 9 …<button type="button" class="dropdown__button" ng-click="showLogDropdown = !showLogDropdown"><stro… 12 … <button type="button" ng-click="selectRecordType(recordType);">{{recordType}}</button> 17 …button class="inline clear-input float-right btn-secondary" ng-click="confirm = !confirm" ng-show=… 24 … <button class="btn-primary" ng-click="clearSystemLogEntries(selectedRecordType)">Yes</button> 25 <button class="btn-primary" ng-click="confirm = false">No</button> 37 <button class="btn" type="button" aria-label="clear filter" ng-click="clear()"> 39 </button> 53 <button class="sort-ascending" ng-click="sortBy('Id', false)"></button> 54 <button class="sort-descending" ng-click="sortBy('Id', true)"></button> 60 <button class="sort-ascending" ng-click="sortBy('Created', false)"></button> [all …]
|
/openbmc/docs/designs/ |
H A D | multihost-phosphor-buttons.md | 18 additional input types in phosphor button interfaces and event handling. 21 (power and reset).There may be cases where we need to create button interface 22 which monitors non gpio events and triggers button actions for example events 27 This feature is needed to support additional phosphor button interfaces 29 available in the front panel apart from existing power and reset button 34 The front panel of bmc has buttons like power button, reset button in general 44 | | power button | | reset button | | 58 additional button in front panel. 67 | | power button |-+ | | +------------+ 75 | | reset button --|--------+ switch | |---------+ host 3 | [all …]
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Chassis/Buttons/ |
H A D | Button.interface.yaml | 2 Button interface is a generic phosphor button interface which supports two 3 primary actions (pressed/releasd). When the button is pressed "Pressed" 4 signal is emitted and when button is released then "Released" 9 Emulate button press. 15 Emulate button release. 21 Emulate long button press. 31 Enable/disable the button object. false means button is disabled true 32 means button is enabled 40 Button released signal 43 Button pressed signal [all …]
|
H A D | Power.interface.yaml | 2 Power button control service 6 Emulate power button press. 12 Emulate power button long press. 22 Enable/disable power button. false means power button is disabled true 23 means power button is enabled 31 Power button released signal 36 Power button pressing duration in microseconds 39 Power button pressed signal 42 Power button long pressed signal
|
H A D | NMI.interface.yaml | 2 NMI button is a Diagnostic Interrupt(Front Panel NMI).Diagnostic interrupt 4 core dumps from the operating system. The diagnostic interrupt button is 6 button on the front panel and then trigger NMI signal. 10 Emulate NMI button press. 20 Enable/disable NMI button. false means NMI button is disabled true 21 means NMI button is enabled 29 NMI button released signal 32 NMI button pressed signal
|
H A D | Reset.interface.yaml | 2 Reset button control service 6 Emulate reset button press. 16 Enable/disable reset button. false means reset button is disabled true 17 means reset button is enabled 25 Reset button released signal 28 Reset button pressed signal
|
H A D | ID.interface.yaml | 2 ID button is the system identification button, that allows the server to be 4 button on the front panel and then walk around to the back and quickly 9 Emulate ID button press. 17 ID button released signal 20 ID button pressed signal
|
/openbmc/phosphor-webui/app/common/directives/ |
H A D | ldap-user-roles.html | 3 <button 4 type="button" 12 </button> 13 <button 14 type="button" 21 </button> 46 <button 51 ></button> 52 <button 57 ></button> [all …]
|
H A D | certificate-modal-remove.html | 6 …<button type="button" class="btn btn--close float-right" ng-click="$dismiss()" aria-label="Close… 8 </button> 14 <button class="btn btn-secondary" ng-click="$dismiss()" type="button"> 16 </button> 17 <button class="btn btn-primary" ng-click="$close()" type="button"> 19 </button>
|
H A D | log-filter.html | 5 <button class="btn" ng-click="toggleSeverityAll()" 7 </button> 8 <button class="btn" ng-click="toggleSeverity('high')" 10 </button> 11 <button class="btn" ng-click="toggleSeverity('medium')" 13 </button> 14 <button class="btn" ng-click="toggleSeverity('low')" 16 </button> 40 … <button class="dropdown__button" ng-click="statusFilter = statusFilter == true ? false : true;" 45 </button> [all …]
|
H A D | certificate.html | 46 <button 47 type="button" 52 </button> 53 <button type="button" 59 </button> 63 <button 64 type="button" 68 </button> 85 <button 92 </button> [all …]
|
H A D | app-header.html | 6 <button id="user-actions" type="button" uib-dropdown-toggle> 9 </button> 12 … <li role="menuitem"><button ng-click="logout()" type="button" class="btn">Log out</button></li> 29 <button 30 type="button" 35 </button> 64 <button 71 </button>
|
/openbmc/openbmc-test-automation/gui/data/ |
H A D | resource_variables.py | 19 xpath_submit_button = '//button[@type="submit"]' 22 xpath_button_user_action = "//button[@id='user-actions']" 23 xpath_button_logout = '//button[text()="Log out"]' 24 xpath_yes_button = "//button[text()='Yes']" 27 xpath_cancel_button = "//button[contains(text(),'Cancel')]" 28 xpath_save_setting_button = "//button[contains(text(),'Save settings')]" 29 xpath_save_button = "//button[contains(text(),'Save')]" 30 xpath_remove_button = "//button[contains(text(),'Remove')]" 31 xpath_add_button = "//button[@type='submit']" 38 "/div[3]/div[3]/confirm/div/div[2]/button[1]" [all …]
|
H A D | gui_variables.py | 17 xpath_login_button = "//*[@data-test-id='login-button-submit']" 32 xpath_refresh_button = "//*[@data-test-id='appHeader-button-refresh']" 35 xpath_logs_menu = "//*[@data-test-id='nav-button-logs']" 47 "//*[@data-test-id='nav-button-hardware-status']" 58 xpath_operations_menu = "//*[@data-test-id='nav-button-operations']" 72 xpath_settings_menu = "//*[@data-test-id='nav-button-settings']" 84 "//button[contains(text(),'Add IP address')]" 90 "//*[@data-test-id='nav-button-security-and-access']" 102 "//*[@data-test-id='nav-button-resource-management']" 111 "//*[@data-test-id='profileSettings-button-saveSettings']" [all …]
|
/openbmc/phosphor-webui/app/configuration/controllers/ |
H A D | network-controller.html | 19 <button type="button" class="dropdown__button" 20 ng-click="networkDevice = !networkDevice">{{selectedInterface}}</button> 23 … <button type="button" ng-click="selectInterface(interface_id);">{{interface_id}}</button> 75 …<button type="button" class="btn btn-tertiary network-config_remove-button" ng-click="removeIpv4A… 80 … <button type="button" class="btn btn-primary" ng-click="addIpv4Field()">Add IPV4 address</button> 97 …<button type="button" class="btn btn-tertiary network-config_remove-button" ng-click="removeDNSF… 102 …<button type="button" class="btn btn-primary dns_add" ng-click="addDNSField()">Add DNS server</bu… 110 <button type="button" class="btn btn-secondary" ng-click="refresh()">Cancel</button> 111 …<button type="button" class="btn btn-primary" ng-click="confirmSettings=true;">Save settings</but… 132 <button class="btn btn-secondary" ng-click="confirmSettings=false;">Cancel</button> [all …]
|
/openbmc/phosphor-buttons/inc/ |
H A D | button_handler.hpp | 16 namespace button namespace 43 * it detects button presses. 46 * As not all systems may implement each button, this class will 47 * check for that button on D-Bus before listening for its signals. 68 * @brief The handler for a power button press 77 * @brief The handler for an ID button press 86 * @brief The handler for a reset button press 95 * @brief The handler for a OCP debug card host selector button press 146 * button press event type. 160 * @brief Matches on the power button released signal [all …]
|
/openbmc/openbmc-tools/dbus-vis/ |
H A D | index.html | 27 <button id="btn_open_file">Open file</button> 33 <button id="btn_start_capture">Start Capture</button> 34 <button id="btn_stop_capture">Stop Capture</button> 77 …<br/><span>Welcome! Please <button id="btn_open_file2">Open file</button> to get timeline view/s.<… 94 <button id="btn_download_dbus_pcap">Download to dbus-vis folder</button> 116 <button id="btn_zoom_in">Zoom In</button> 117 <button id="btn_zoom_out">Zoom Out</button> 118 <button id="btn_pan_left"><<</button> 119 <button id="btn_pan_right">>></button> 120 <button id="btn_zoom_reset">Reset</button> [all …]
|
/openbmc/phosphor-webui/app/access-control/controllers/ |
H A D | user-accounts-modal-remove.html | 6 …<button type="button" class="btn btn--close float-right" ng-click="$dismiss()" aria-label="Close… 8 </button> 15 <button class="btn btn-secondary" ng-click="$dismiss()" type="button"> 17 </button> 18 <button class="btn btn-primary" ng-click="$close()" type="button"> 20 </button>
|
H A D | certificate-modal-csr-download.html | 6 <button 7 type="button" 12 </button> 18 <button 19 type="button" 30 </button> 31 <button 32 type="button" 39 </button>
|
H A D | certificate-modal-add-cert.html | 6 <button 7 type="button" 12 </button> 59 <button 66 </button> 71 <button 72 type="button" 76 </button> 77 <button 83 </button>
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/ |
H A D | project_specific_topbar.html | 21 <button type="button" class="close" data-dismiss="alert">×</button> 36 … <button id="project-name-change-btn" class="btn btn-default btn-lg" type="button">Save</button> 70 …<button id="update-project-button" class="btn btn-primary btn-lg" data-project-id="{{project.id}}"… 72 …<button id="cancel-project-button" class="btn info btn-lg" data-project-id="{{project.id}}">Cancel… 73 …<button id="update-project-button" class="btn btn-primary btn-lg" data-project-id="{{project.id}}"…
|
/openbmc/openbmc-test-automation/gui/test/server_control/ |
H A D | test_obmc_gui_server_power_operations.robot | 14 ${xpath_shutdown_button} //button[contains(text(), "Shut down")] 15 ${xpath_reboot_button} //button[contains(text(), "Reboot")] 16 ${xpath_power_on_button} //button[contains(text(), "Power on")] 39 Verify Shutdown Button At Power Off 40 [Documentation] Verify that shutdown button is not present at power Off. 47 Verify Reboot Button At Power Off 48 [Documentation] Verify that reboot button is not present at power Off. 55 Verify Power On Button At Power Off 56 [Documentation] Verify presence of "Power On" button at power off. 71 Verify Shutdown Button At Power On [all …]
|
/openbmc/phosphor-buttons/ |
H A D | README.md | 6 It defines an individual dbus interface object for each physical button/switch 7 inputs such as power button, reset button etc. Each button interface monitors 8 its associated IO for event changes and emits signals that the button-handler 11 ## Button Behavior 13 ### Power Button 15 All events occur when the button is released. 26 #### Custom Power Button Profiles argument 28 The 'power-button-profile' meson option can be used to select custom power 29 button profiles that have different behaviors. 42 ### Reset Button [all …]
|