File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11<template >
2- <div v-show =" tabState === currentDemandState" v-if =" currentState!== STATES.NoOperation" >
2+ <div v-show =" tabState === currentDemandState" v-if =" currentState!== STATES.NoOperation" class = " pb-4 " >
33 <Card >
44 <template #content >
55 <div class =" card-container" >
Original file line number Diff line number Diff line change 77 <h1 v-else >{{activeTab}} <Button v-if =" session.webId" icon =" pi pi-refresh" class =" p-button-text p-button-rounded p-button-icon-only"
88 @click =" fetchDemandUris(memberOf)" /></h1 >
99
10- <div class =" col-12 flex flex-column gap-4 " style =" background-color :white " >
10+ <div class =" col-12 flex flex-column" style =" background-color :white " >
1111 <ProgressBar v-if =" isLoading" mode =" indeterminate" style =" height : 2px " />
1212 <template v-for =" (demandUri , index ) in demandUris " :key =" demandUri " >
1313 <div class =" w-full" v-if =" index === 0" ></div >
You can’t perform that action at this time.
0 commit comments