File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
webapp/src/components/datablocks Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 11<template >
22 <DataBlockBase :item_id =" item_id" :block_id =" block_id" >
3- <div class =" form-row align-items-center mb-2" >
4- <div class =" btn-group mr-3 " role =" group" aria-label =" File selection mode" >
3+ <div class =" form-row mb-2" >
4+ <div class =" btn-group" role =" group" aria-label =" File selection mode" >
55 <button
66 type =" button"
77 class =" btn btn-outline-secondary"
1919 Multi File Stitch
2020 </button >
2121 </div >
22+ </div >
23+ <div class =" form-row mb-2" >
2224 <component
2325 :is =" mode === 'multi' ? 'FileMultiSelectDropdown' : 'FileSelectDropdown'"
2426 v-model =" fileModel"
5557 :exclude-file-ids =" file_ids"
5658 />
5759 </div >
58- <div class =" form-row mt-2" >
60+ <div class =" form-row mt-2 mb-3 " >
5961 <button class =" btn btn-primary btn-sm" @click =" applyComparisonFiles" >
6062 Apply Comparison Files
6163 </button >
You can’t perform that action at this time.
0 commit comments