code browser
This commit is contained in:
@@ -113,15 +113,6 @@ function defineNodes() {
|
||||
<template>
|
||||
<Dialog v-model:visible="dialogCodeVisible" modal :header="'Change on: '+selectionNode.classname" class="change-modal":style="{ width: '70vw', minHeight:'75vh'}">
|
||||
<CiaSingleImpactView :change="selectionNode"></CiaSingleImpactView>
|
||||
<!---<h2>Change description: </h2>{{ selectionNode.change_description }}
|
||||
|
||||
<div class="flex items-center gap-4 mb-4">
|
||||
<CodeDiff
|
||||
:old-string="selectionNode.previous_code"
|
||||
:new-string="selectionNode.new_code"
|
||||
output-format="side-by-side"
|
||||
/>
|
||||
</div>-->
|
||||
|
||||
</Dialog>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user