From 6c004d265b6ba5fd797cc5cb0f8635c14fbe4a70 Mon Sep 17 00:00:00 2001 From: Michael Rogers Date: Mon, 10 Jul 2023 14:34:03 -0500 Subject: [PATCH] iconClass to alert --- src/plugins/userIndicator/components/UserIndicator.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/userIndicator/components/UserIndicator.vue b/src/plugins/userIndicator/components/UserIndicator.vue index 0a19d864b8..16df1129df 100644 --- a/src/plugins/userIndicator/components/UserIndicator.vue +++ b/src/plugins/userIndicator/components/UserIndicator.vue @@ -76,7 +76,7 @@ export default { const dialog = this.openmct.overlays.selection({ selectionOptions, - iconClass: 'info', + iconClass: 'alert', title: 'Select Role', message: 'Please select your role for operator status.', currentSelection: this.role,