Home
last modified time | relevance | path

Searched refs:alert (Results 1 – 25 of 92) sorted by relevance

1234

/openbmc/webui-vue/src/assets/styles/bmc/custom/
H A D_alert.scss2 .alert {
20 // Bootstrap 5 alert structure has deeper nesting - use descendant selectors
21 .alert .alert-body{
26 .alert .alert-icon {
37 .alert .alert-content {
41 .alert .alert-title {
45 .alert .alert-msg {
56 .alert {
58 &.alert-info {
64 &.alert-success {
[all …]
/openbmc/webui-vue/src/views/Operations/Firmware/
H A DFirmwareAlertServerPower.vue4 <!-- Operation in progress alert -->
5 <alert v-if="isOperationInProgress" variant="info" class="mb-5">
7 {{ $t('pageFirmware.alert.operationInProgress') }}
9 </alert>
10 <!-- Power off server warning alert -->
11 <alert v-else-if="!isServerOff" variant="warning" class="mb-5">
13 {{ $t('pageFirmware.alert.serverMustBePoweredOffTo') }}
17 {{ $t('pageFirmware.alert.switchRunningAndBackupImages') }}
20 {{ $t('pageFirmware.alert.updateFirmware') }}
25 {{ $t('pageFirmware.alert.viewServerPowerOperations') }}
[all …]
/openbmc/webui-vue/docs/guide/components/alerts/
H A Dindex.md3 An alert is an inline message that contains a short description that a user
8 [Learn more about Bootstrap-vue alert options](https://bootstrap-vue.js.org/docs/components/alert)
10 ![Alert examples](./alert.png)
13 <alert show variant="warning">This is a warning message</alert>
14 <alert show variant="danger">This is an error message</alert>
15 <alert show variant="info">This is an info message</alert>
/openbmc/phosphor-webui/app/common/styles/elements/
H A Dtoast.scss10 .alert {
20 .alert-content-container {
24 .alert-content__header {
30 .alert-content__body {
34 .alert-danger {
38 .alert-success {
42 .alert-warning {
46 .alert-info {
H A Dalerts.scss2 .alert-danger {
9 .alert-warning {
/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/
H A Dthermal-event-logger25 assert-cpu0-thermtrip-alert)
28 deassert-cpu0-thermtrip-alert | assert-cpu0-prochot-alert)
31 deassert-cpu0-prochot-alert)
57 deassert-cpu0-thermtrip-alert)
63 deassert-cpu0-prochot-alert)
H A Dprochot-deassert-log.service6 ExecStart=/usr/libexec/phosphor-gpio-monitor/thermal-event-logger deassert cpu0-prochot-alert
H A Dthermtrip-assert-log.service6 ExecStart=/usr/libexec/phosphor-gpio-monitor/thermal-event-logger assert cpu0-thermtrip-alert
/openbmc/webui-vue/src/components/Global/
H A DAlert.vue2 <b-alert :show="show" :variant="variant" :class="{ small }">
10 class="alert-icon"
14 <div class="alert-content">
15 <div class="alert-msg">
19 <div class="alert-action">
22 </b-alert>
/openbmc/phosphor-webui/app/common/styles/components/
H A Dalert-banner.scss1 .alert-banner {
15 .alert-banner--error {
19 .alert-banner--success {
23 .alert-banner--warn {
27 .alert-banner--info {
H A Dindex.scss3 @import "./alert-banner.scss";
/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/phosphor-gpio-monitor/
H A Dmedusa-hsc-alert@.service2 Description=Detect medusa hsc alert on position %i
6 ExecStart=/usr/libexec/phosphor-gpio-monitor/medusa-hsc-alert %i
7 SyslogIdentifier=medusa-hsc-alert%i
/openbmc/phosphor-fan-presence/monitor/
H A Dpower_interface.hpp39 virtual void thermalAlert(bool alert) = 0;
81 void thermalAlert(bool alert) override in thermalAlert() argument
83 _alert.enabled(alert); in thermalAlert()
/openbmc/webui-vue/src/views/Login/
H A DLogin.vue3 <alert class="login-error mb-4" :show="authError" variant="danger">
4 <p id="login-error-alert">
5 {{ $t('pageLogin.alert.message') }}
7 </alert>
20 aria-describedby="login-error-alert username-required"
29 <b-form-invalid-feedback id="username-required" role="alert">
43 aria-describedby="login-error-alert password-required"
52 <b-form-invalid-feedback id="password-required" role="alert">
/openbmc/ipmitool/lib/
H A Dipmi_lanp.c1695 is_alert_destination(struct ipmi_intf * intf, uint8_t channel, uint8_t alert) in is_alert_destination() argument
1705 if (alert <= (p->data[0] & 0xf)) in is_alert_destination()
1712 ipmi_lan_alert_print(struct ipmi_intf * intf, uint8_t channel, uint8_t alert) in ipmi_lan_alert_print() argument
1721 lp_ptr = get_lan_param_select(intf, channel, IPMI_LANP_DEST_TYPE, alert); in ipmi_lan_alert_print()
1728 lp_ptr = get_lan_param_select(intf, channel, IPMI_LANP_DEST_ADDR, alert); in ipmi_lan_alert_print()
1808 ipmi_lan_alert_set(struct ipmi_intf * intf, uint8_t chan, uint8_t alert, in ipmi_lan_alert_set() argument
1833 p = get_lan_param_select(intf, chan, IPMI_LANP_DEST_ADDR, alert); in ipmi_lan_alert_set()
1840 printf("Setting LAN Alert %d IP Address to %d.%d.%d.%d\n", alert, in ipmi_lan_alert_set()
1848 p = get_lan_param_select(intf, chan, IPMI_LANP_DEST_ADDR, alert); in ipmi_lan_alert_set()
1856 "%02x:%02x:%02x:%02x:%02x:%02x\n", alert, in ipmi_lan_alert_set()
[all …]
H A Dipmi_dcmi.c2241 _ipmi_nm_get_alert(struct ipmi_intf * intf, struct nm_set_alert *alert) in _ipmi_nm_get_alert() argument
2259 memcpy(alert, rsp->data, sizeof (struct nm_set_alert)); in _ipmi_nm_get_alert()
2264 _ipmi_nm_set_alert(struct ipmi_intf * intf, struct nm_set_alert *alert) in _ipmi_nm_set_alert() argument
2273 msg_data[3] = alert->chan; in _ipmi_nm_set_alert()
2274 msg_data[4] = alert->dest; in _ipmi_nm_set_alert()
2275 msg_data[5] = alert->string; in _ipmi_nm_set_alert()
3004 struct nm_set_alert alert; in ipmi_nm_get_alert() local
3006 memset(&alert, 0, sizeof(alert)); in ipmi_nm_get_alert()
3007 if (_ipmi_nm_get_alert(intf, &alert)) in ipmi_nm_get_alert()
3011 alert.chan&0xF, in ipmi_nm_get_alert()
[all …]
/openbmc/webui-vue/src/views/SecurityAndAccess/Certificates/
H A DCertificates.vue7 <alert :show="expiredCertificateTypes.length > 0" variant="danger">
9 {{ $t('pageCertificates.alert.certificatesExpiredMessage') }}
13 $t('pageCertificates.alert.certificateExpiredMessage', {
18 </alert>
20 <alert :show="expiringCertificateTypes.length > 0" variant="warning">
22 {{ $t('pageCertificates.alert.certificatesExpiringMessage') }}
26 $t('pageCertificates.alert.certificateExpiringMessage', {
31 </alert>
280 'pageCertificates.alert.incorrectCertificateFileType',
H A DModalGenerateCsr.vue38 <b-form-invalid-feedback role="alert">
62 <b-form-invalid-feedback role="alert">
81 <b-form-invalid-feedback role="alert">
98 <b-form-invalid-feedback role="alert">
117 <b-form-invalid-feedback role="alert">
134 <b-form-invalid-feedback role="alert">
153 <b-form-invalid-feedback role="alert">
257 <b-form-invalid-feedback role="alert">
284 <b-form-invalid-feedback role="alert">
308 <b-form-invalid-feedback role="alert">
/openbmc/webui-vue/src/views/Operations/KeyClear/
H A DKeyClear.vue6 <alert variant="info" class="mb-4">
8 {{ $t('pageKeyClear.alert.title') }}
11 {{ $t('pageKeyClear.alert.description') }}
13 </alert>
/openbmc/webui-vue/src/views/ChangePassword/
H A DChangePassword.vue3 <alert variant="danger" class="mb-4">
10 </alert>
33 <b-form-invalid-feedback role="alert">
55 <b-form-invalid-feedback role="alert">
/openbmc/phosphor-logging/lib/include/phosphor-logging/
H A Dlg2.hpp71 PHOSPHOR_LOG2_DECLARE_LEVEL(alert);
84 using lg2::alert; \
/openbmc/ipmitool/contrib/
H A Dbmc-snmp-proxy157 temp_ip=$(${IPMITOOL} lan alert print ${CHANNEL} ${ALERT_DEST}\
167 ${IPMITOOL} lan alert set ${CHANNEL} ${ALERT_DEST} ipaddr ${1} \
201 ${IPMITOOL} lan set ${CHANNEL} alert "${1}" >/dev/null 2>&1
/openbmc/webui-vue/src/views/Logs/Dumps/
H A DDumpsForm.vue20 <b-form-invalid-feedback role="alert">
24 <alert variant="info" class="mb-3" :show="selectedDumpType === 'system'">
26 </alert>
/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/
H A Dphosphor-gpio-monitor_%.bbappend35 file://medusa-hsc-alert@.service \
36 file://medusa-hsc-alert \
66 medusa-hsc-alert@.service \
92 install -m 0644 ${UNPACKDIR}/medusa-hsc-alert@.service ${D}${systemd_system_unitdir}/
109 install -m 0755 ${UNPACKDIR}/medusa-hsc-alert ${D}${libexecdir}/${PN}/
/openbmc/phosphor-logging/lib/include/phosphor-logging/lg2/
H A Dlevel.hpp11 alert = LOG_ALERT, enumerator

1234