File tree Expand file tree Collapse file tree
EstateManagementUI.BlazorServer/Components/Pages/Merchants Expand file tree Collapse file tree Original file line number Diff line number Diff line change 213213 <div class =" space-y-4" >
214214 <div class =" flex justify-between items-center mb-4" >
215215 <h3 class =" text-lg font-semibold" >Assigned Operators </h3 >
216- <button @onclick =" () => showAddOperator = !showAddOperator" class =" btn btn-primary" >
216+ <button id = " addOperatorButton " @onclick =" () => showAddOperator = !showAddOperator" class =" btn btn-primary" >
217217 @( showAddOperator ? " Cancel" : " Add Operator" )
218218 </button >
219219 </div >
265265 <div class =" space-y-4" >
266266 <div class =" flex justify-between items-center mb-4" >
267267 <h3 class =" text-lg font-semibold" >Assigned Contracts </h3 >
268- <button @onclick =" () => showAddContract = !showAddContract" class =" btn btn-primary" >
268+ <button id = " addContractButton " @onclick =" () => showAddContract = !showAddContract" class =" btn btn-primary" >
269269 @( showAddContract ? " Cancel" : " Assign Contract" )
270270 </button >
271271 </div >
320320 <div class =" space-y-4" >
321321 <div class =" flex justify-between items-center mb-4" >
322322 <h3 class =" text-lg font-semibold" >Assigned Devices </h3 >
323- <button @onclick =" () => showAddDevice = !showAddDevice" class =" btn btn-primary" >
323+ <button id = " addDeviceButton " @onclick =" () => showAddDevice = !showAddDevice" class =" btn btn-primary" >
324324 @( showAddDevice ? " Cancel" : " Add Device" )
325325 </button >
326326 </div >
You can’t perform that action at this time.
0 commit comments