some minor updates to model show page w/ burnettk

This commit is contained in:
jasquat 2022-11-15 09:32:22 -05:00
parent e7ce009fcb
commit 3e4c669167
1 changed files with 3 additions and 5 deletions

View File

@ -535,15 +535,13 @@ export default function ProcessModelShow() {
<br />
{processInstanceResultTag()}
<br />
<h3>Process Instances</h3>
{processInstancesUl()}
<br />
{processModelButtons()}
<br />
<ProcessInstanceListTable
filtersEnabled={false}
processModelFullIdentifier={processModel.id}
perPageOptions={[2, 5, 25]}
/>
<br />
{processModelButtons()}
</>
);
}