mirror of
https://github.com/nasa/openmct.git
synced 2024-12-27 00:31:06 +00:00
console.log
This commit is contained in:
parent
97ae44b5af
commit
295efee47a
@ -152,7 +152,6 @@ export default {
|
|||||||
this.openmct.user.on('roleChanged', this.fetchMyStatus);
|
this.openmct.user.on('roleChanged', this.fetchMyStatus);
|
||||||
},
|
},
|
||||||
setStatus({status}) {
|
setStatus({status}) {
|
||||||
console.log('set Status firiging?')
|
|
||||||
status = this.applyStyling(status);
|
status = this.applyStyling(status);
|
||||||
this.selectedStatus = status.key;
|
this.selectedStatus = status.key;
|
||||||
this.indicator.iconClass(status.iconClassPoll);
|
this.indicator.iconClass(status.iconClassPoll);
|
||||||
|
Loading…
Reference in New Issue
Block a user