edge upgrade instructions minor fixes
This commit is contained in:
parent
7817816f8e
commit
aa769b4f37
@ -558,7 +558,7 @@ export class EdgesTableConfigResolver implements Resolve<EntityTableConfig<EdgeI
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
openInstructions($event, edge: EdgeInfo, afterAdd = false, upgradeAvailable = false) {
|
openInstructions($event: Event, edge: EdgeInfo, afterAdd = false, upgradeAvailable = false) {
|
||||||
if ($event) {
|
if ($event) {
|
||||||
$event.stopPropagation();
|
$event.stopPropagation();
|
||||||
}
|
}
|
||||||
@ -615,7 +615,7 @@ export class EdgesTableConfigResolver implements Resolve<EntityTableConfig<EdgeI
|
|||||||
this.openInstructions(action.event, action.entity);
|
this.openInstructions(action.event, action.entity);
|
||||||
return true;
|
return true;
|
||||||
case 'openUpgradeInstructions':
|
case 'openUpgradeInstructions':
|
||||||
this.openInstructions(action.event, action.entity,false, true);
|
this.openInstructions(action.event, action.entity, false, true);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user