/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/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/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/views/Settings/SnmpAlerts/ |
H A D | SnmpAlerts.vue | 34 <template #head(checkbox)> 35 <b-form-checkbox 37 data-test-id="snmpAlerts-checkbox-selectAll" 42 </b-form-checkbox> 44 <template #cell(checkbox)="row"> 45 <b-form-checkbox 47 :data-test-id="`snmpAlerts-checkbox-selectRow-${row.index}`" 51 </b-form-checkbox> 116 key: 'checkbox',
|
/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/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}`" 41 </b-form-checkbox> 42 </b-form-checkbox-group>
|
/openbmc/webui-vue/src/views/SecurityAndAccess/Sessions/ |
H A D | Sessions.vue | 50 <template #head(checkbox)> 51 <b-form-checkbox 53 data-test-id="sessions-checkbox-selectAll" 58 </b-form-checkbox> 60 <template #cell(checkbox)="row"> 61 <b-form-checkbox 63 :data-test-id="`sessions-checkbox-selectRow-${row.index}`" 67 </b-form-checkbox> 168 key: 'checkbox',
|
/openbmc/webui-vue/src/views/HardwareStatus/Sensors/ |
H A D | Sensors.vue | 61 <template #head(checkbox)> 62 <b-form-checkbox 68 </b-form-checkbox> 70 <template #cell(checkbox)="row"> 71 <b-form-checkbox 76 </b-form-checkbox> 156 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/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/Logs/PostCodeLogs/ |
H A D | PostCodeLogs.vue | 79 <template #head(checkbox)> 80 <b-form-checkbox 82 data-test-id="postCode-checkbox-selectAll" 87 </b-form-checkbox> 89 <template #cell(checkbox)="row"> 90 <b-form-checkbox 92 :data-test-id="`postCode-checkbox-selectRow-${row.index}`" 96 </b-form-checkbox> 227 key: 'checkbox',
|
/openbmc/webui-vue/src/views/SecurityAndAccess/Ldap/ |
H A D | TableRoleGroups.vue | 47 <template #head(checkbox)> 48 <b-form-checkbox 55 </b-form-checkbox> 57 <template #cell(checkbox)="row"> 58 <b-form-checkbox 64 </b-form-checkbox> 132 key: 'checkbox',
|
H A D | Ldap.vue | 13 <b-form-checkbox 15 data-test-id="ldap-checkbox-ldapAuthenticationEnabled" 19 </b-form-checkbox> 39 <b-form-checkbox 43 data-test-id="ldap-checkbox-secureLdapEnabled" 50 </b-form-checkbox>
|
/openbmc/webui-vue/src/views/SecurityAndAccess/UserManagement/ |
H A D | UserManagement.vue | 43 <template #head(checkbox)> 44 <b-form-checkbox 46 data-test-id="userManagement-checkbox-tableHeaderCheckbox" 51 </b-form-checkbox> 53 <template #cell(checkbox)="row"> 54 <b-form-checkbox 56 data-test-id="userManagement-checkbox-toggleSelectRow" 60 </b-form-checkbox> 167 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/Logs/EventLogs/ |
H A D | EventLogs.vue | 94 <template #head(checkbox)> 95 <b-form-checkbox 97 data-test-id="eventLogs-checkbox-selectAll" 102 </b-form-checkbox> 104 <template #cell(checkbox)="row"> 105 <b-form-checkbox 107 :data-test-id="`eventLogs-checkbox-selectRow-${row.index}`" 111 </b-form-checkbox> 175 <b-form-checkbox 185 </b-form-checkbox> [all …]
|
/openbmc/webui-vue/src/views/Logs/Dumps/ |
H A D | Dumps.vue | 67 <template #head(checkbox)> 68 <b-form-checkbox 74 </b-form-checkbox> 76 <template #cell(checkbox)="row"> 77 <b-form-checkbox 82 </b-form-checkbox> 211 key: 'checkbox',
|
H A D | DumpsModalConfirmation.vue | 20 <b-form-checkbox v-model="confirmed" @input="v$.confirmed.$touch()"> 22 </b-form-checkbox>
|
/openbmc/webui-vue/src/assets/styles/bmc/custom/ |
H A D | _forms.scss | 79 .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after, 80 .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before, 90 // 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/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/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/webui-vue/src/views/HardwareStatus/Inventory/ |
H A D | InventoryServiceIndicator.vue | 21 <b-form-checkbox 32 </b-form-checkbox>
|