mirror of
https://github.com/nasa/openmct.git
synced 2024-12-27 16:38:51 +00:00
iconClass to alert
This commit is contained in:
parent
a148f102e1
commit
6c004d265b
@ -76,7 +76,7 @@ export default {
|
|||||||
|
|
||||||
const dialog = this.openmct.overlays.selection({
|
const dialog = this.openmct.overlays.selection({
|
||||||
selectionOptions,
|
selectionOptions,
|
||||||
iconClass: 'info',
|
iconClass: 'alert',
|
||||||
title: 'Select Role',
|
title: 'Select Role',
|
||||||
message: 'Please select your role for operator status.',
|
message: 'Please select your role for operator status.',
|
||||||
currentSelection: this.role,
|
currentSelection: this.role,
|
||||||
|
Loading…
Reference in New Issue
Block a user