File tree Expand file tree Collapse file tree
src/Utility/Components/GuidGenerator Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4040 <div class =" row" >
4141 <label class =" label-control" >New:</label >
4242 <div class =" input-group" >
43- <span class =" input-group-btn" >
44- <button class =" btn btn-info" type =" button" id =" btnGuidNewCreate" name =" btnGuidNewCreate" @onclick =" GenerateNewGuid" >Generate</button >
45- </span >
43+ @* <span class="input-group-btn"></span> *@
4644 <input type =" text" id =" newGuid" name =" newGuid" class =" form-control" value =" @newGuid" placeholder =" 00000000-0000-0000-0000-000000000000" readonly >
4745 <input type =" hidden" id =" newGuidHidden" name =" newGuidHidden" class =" form-control" value =" @newGuidHidden" placeholder =" 00000000-0000-0000-0000-000000000000" readonly >
4846 <span class =" input-group-btn" >
47+ <button class =" btn btn-info" type =" button" id =" btnGuidNewCreate" name =" btnGuidNewCreate" @onclick =" GenerateNewGuid" >Generate</button >
4948 <button class =" btn btn-info" type =" button" id =" btnNewGuidCopy" name =" btnNewGuidCopy" @onclick =" CopyNewGuid" ><i class =" far fa-copy" ></i ></button >
5049 </span >
5150 </div >
8786 </div >
8887 </div >
8988 <div class =" row" >
90- <textarea id =" guids" class =" form-control" @bind =" NewGuids" ></textarea >
89+ <textarea id =" guids" class =" form-control" @bind =" NewGuids" rows = " 5 " ></textarea >
9190 </div >
9291</div >
9392
You can’t perform that action at this time.
0 commit comments