mirror of
https://github.com/mandiant/capa.git
synced 2025-12-12 23:59:48 -08:00
dynamic: disable process column and collapse pid into process
This commit is contained in:
@@ -49,10 +49,11 @@
|
||||
</template>
|
||||
</Column>
|
||||
|
||||
<!-- Address/Process column -->
|
||||
<!-- Address column (only shown in static flavors) -->
|
||||
<Column
|
||||
v-if="props.data.meta.flavor === 'static'"
|
||||
field="address"
|
||||
:header="props.data.meta.flavor === 'dynamic' ? 'Process' : 'Address'"
|
||||
header="Address"
|
||||
filterMatchMode="contains"
|
||||
style="width: 8.5%"
|
||||
class="cursor-default"
|
||||
|
||||
Reference in New Issue
Block a user