| /openbmc/webui-vue/src/views/Settings/Network/ |
| H A D | NetworkGlobalSettings.vue | 31 <b-form-checkbox 42 </b-form-checkbox> 45 <b-form-checkbox 56 </b-form-checkbox> 64 <b-form-checkbox 75 </b-form-checkbox> 78 <b-form-checkbox 89 </b-form-checkbox> 97 <b-form-checkbox 108 </b-form-checkbox> [all …]
|
| /openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/ |
| H A D | test_project_config_page.py | 74 for checkbox in checkboxes: 75 if checkbox.get_attribute("value") == "btrfs": 76 self.assertEqual(checkbox.is_selected(), True) 98 for checkbox in checkboxes: 99 if checkbox.get_attribute("value") == "cpio": 100 checkbox.click() 107 checkbox.click()
|
| /openbmc/webui-vue/src/components/Global/ |
| H A D | TableFilter.vue | 31 <b-form-checkbox-group v-model="tags"> 32 <b-form-checkbox 36 :data-test-id="`tableFilter-checkbox-${value}`" 39 </b-form-checkbox> 40 </b-form-checkbox-group>
|
| /openbmc/rest-dbus/resources/ |
| H A D | jstree.style.css | 1 …checkbox{display:none!important}.jstree-default.jstree-checkbox-no-clicked .jstree-clicked{backgro…
|
| H A D | jstree.min.js | 4 …checkbox={visible:!0,three_state:!0,whole_node:!0,keep_selected_style:!0,cascade:"",tie_selection:…
|
| /openbmc/openbmc/poky/bitbake/lib/toaster/tests/functional/ |
| H A D | test_project_config.py | 79 for checkbox in checkboxes: 80 if checkbox.get_attribute("value") == "btrfs": 81 self.assertEqual(checkbox.is_selected(), True) 98 for checkbox in checkboxes: 99 if checkbox.get_attribute("value") == "cpio": 100 checkbox.click() 106 checkbox.click()
|
| H A D | functional_helpers.py | 178 checkbox = self.find('.checkbox-mergeattr') 180 if not checkbox.is_selected(): 181 checkbox.click() 183 if checkbox.is_selected(): 184 checkbox.click()
|
| /openbmc/webui-vue/src/views/Settings/SnmpAlerts/ |
| H A D | SnmpAlerts.vue | 37 <template #head(checkbox)> 38 <b-form-checkbox 40 data-test-id="snmpAlerts-checkbox-selectAll" 47 </b-form-checkbox> 49 <template #cell(checkbox)="row"> 50 <b-form-checkbox 52 :data-test-id="`snmpAlerts-checkbox-selectRow-${row.index}`" 58 </b-form-checkbox> 129 key: 'checkbox',
|
| /openbmc/webui-vue/src/views/Overview/ |
| H A D | OverviewInventory.vue | 11 <b-form-checkbox 14 data-test-id="overviewInventory-checkbox-identifyLed" 22 </b-form-checkbox>
|
| /openbmc/webui-vue/src/views/SecurityAndAccess/Sessions/ |
| H A D | Sessions.vue | 53 <template #head(checkbox)> 54 <b-form-checkbox 56 data-test-id="sessions-checkbox-selectAll" 63 </b-form-checkbox> 65 <template #cell(checkbox)="row"> 66 <b-form-checkbox 68 :data-test-id="`sessions-checkbox-selectRow-${row.index}`" 74 </b-form-checkbox> 176 key: 'checkbox',
|
| /openbmc/webui-vue/src/views/HardwareStatus/Sensors/ |
| H A D | Sensors.vue | 62 <template #head(checkbox)> 63 <b-form-checkbox 71 </b-form-checkbox> 73 <template #cell(checkbox)="row"> 74 <b-form-checkbox 81 </b-form-checkbox> 161 key: 'checkbox',
|
| /openbmc/webui-vue/src/views/SecurityAndAccess/Policies/ |
| H A D | Policies.vue | 14 <b-form-checkbox 28 </b-form-checkbox> 39 <b-form-checkbox 53 </b-form-checkbox> 64 <b-form-checkbox 78 </b-form-checkbox> 89 <b-form-checkbox 103 </b-form-checkbox>
|
| /openbmc/webui-vue/src/views/SecurityAndAccess/Ldap/ |
| H A D | TableRoleGroups.vue | 50 <template #head(checkbox)> 51 <b-form-checkbox 60 </b-form-checkbox> 62 <template #cell(checkbox)="row"> 63 <b-form-checkbox 71 </b-form-checkbox> 146 key: 'checkbox',
|
| /openbmc/webui-vue/src/views/Operations/ServerPowerOperations/ |
| H A D | BootSettings.vue | 20 <b-form-checkbox 27 </b-form-checkbox> 36 <b-form-checkbox 43 </b-form-checkbox>
|
| /openbmc/webui-vue/src/views/SecurityAndAccess/UserManagement/ |
| H A D | UserManagement.vue | 46 <template #head(checkbox)> 47 <b-form-checkbox 49 data-test-id="userManagement-checkbox-tableHeaderCheckbox" 56 </b-form-checkbox> 58 <template #cell(checkbox)="row"> 59 <b-form-checkbox 61 data-test-id="userManagement-checkbox-toggleSelectRow" 67 </b-form-checkbox> 184 key: 'checkbox',
|
| /openbmc/webui-vue/src/views/Logs/PostCodeLogs/ |
| H A D | PostCodeLogs.vue | 83 <template #head(checkbox)> 84 <b-form-checkbox 86 data-test-id="postCode-checkbox-selectAll" 93 </b-form-checkbox> 95 <template #cell(checkbox)="row"> 96 <b-form-checkbox 98 :data-test-id="`postCode-checkbox-selectRow-${row.index}`" 104 </b-form-checkbox> 243 key: 'checkbox',
|
| /openbmc/webui-vue/src/assets/styles/bmc/custom/ |
| H A D | _forms.scss | 90 .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after, 91 .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before, 103 // Disabled label for checkbox, radio, 113 // Disabled label for checkbox, radio,
|
| /openbmc/webui-vue/src/env/assets/styles/ |
| H A D | _intel.scss | 55 .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after, 56 .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before,
|
| /openbmc/webui-vue/src/views/Logs/EventLogs/ |
| H A D | EventLogs.vue | 94 <template #head(checkbox)> 95 <b-form-checkbox 97 data-test-id="eventLogs-checkbox-selectAll" 104 </b-form-checkbox> 106 <template #cell(checkbox)="row"> 107 <b-form-checkbox 109 :data-test-id="`eventLogs-checkbox-selectRow-${row.index}`" 115 </b-form-checkbox> 180 <b-form-checkbox 192 </b-form-checkbox> [all …]
|
| /openbmc/webui-vue/src/views/Logs/Dumps/ |
| H A D | Dumps.vue | 70 <template #head(checkbox)> 71 <b-form-checkbox 79 </b-form-checkbox> 81 <template #cell(checkbox)="row"> 82 <b-form-checkbox 89 </b-form-checkbox> 223 key: 'checkbox',
|
| H A D | DumpsModalConfirmation.vue | 20 <b-form-checkbox v-model="confirmed" @change="v$.confirmed.$touch()"> 22 </b-form-checkbox>
|
| /openbmc/webui-vue/src/views/HardwareStatus/Inventory/ |
| H A D | InventoryServiceIndicator.vue | 23 <b-form-checkbox 34 </b-form-checkbox>
|
| /openbmc/webui-vue/src/views/ResourceManagement/ |
| H A D | Power.vue | 25 <b-form-checkbox 27 data-test-id="power-checkbox-togglePowerCapField" 31 </b-form-checkbox>
|
| /openbmc/openbmc-test-automation/gui/gui_test/logs_and_services_menu/ |
| H A D | test_event_logs_sub_menu.robot | 17 ${xpath_event_severity_ok} //*[@data-test-id="tableFilter-checkbox-OK"] 18 ${xpath_event_severity_warning} //*[@data-test-id="tableFilter-checkbox-Warning"] 19 ${xpath_event_severity_critical} //*[@data-test-id="tableFilter-checkbox-Critical"] 22 ${xpath_select_all_events} //*[@data-test-id="eventLogs-checkbox-selectAll"] 28 ${xpath_event_status_resolved} //*[@data-test-id="tableFilter-checkbox-Resolved"] 29 ${xpath_event_status_unresolved} //*[@data-test-id="tableFilter-checkbox-Unresolved"]
|
| /openbmc/openbmc-test-automation/gui/gui_test/hardware_status_menu/ |
| H A D | test_sensors_sub_menu.robot | 16 ${xpath_filter_ok} //*[@data-test-id='tableFilter-checkbox-OK'] 17 ${xpath_filter_warning} //*[@data-test-id='tableFilter-checkbox-Warning'] 18 ${xpath_filter_critical} //*[@data-test-id='tableFilter-checkbox-Critical']
|