Conformance: Activity sequence Self loop(s) done.
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
<section class="p-4 mr-0.5 space-y-2 h-full w-[calc(100vw_-_316px)] overflow-y-auto scrollbar float-right">
|
||||
<div v-show="isCoverPlate" class="w-[calc(100vw_-_300px)] h-screen-main fixed bottom-0 right-0 bg-gradient-to-tr from-neutral-500/50 to-neutral-900/50 z-[1]">
|
||||
</div>
|
||||
{{conformanceTempReportData}}
|
||||
<!-- title -->
|
||||
<p class="h2 text-base">Conformance Checking Results<span class="material-symbols-outlined text-base align-middle ml-2" v-tooltip.bottom="tooltip.results" type="text">info</span></p>
|
||||
<!-- total group -->
|
||||
|
||||
@@ -147,7 +147,7 @@ export default {
|
||||
isMode = 'short-loops';
|
||||
break;
|
||||
case 'Self loop(s)':
|
||||
isMode = 'c';
|
||||
isMode = 'self-loops';
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user