File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -567,6 +567,11 @@ <h2 class="text-2xl font-bold dark:text-gray-200">
567
567
>
568
568
S. No.
569
569
</ th >
570
+ < th
571
+ class ="px-2 py-3 text-left text-xs font-medium text-gray-500 dark:text-gray-300 uppercase tracking-wider w-36 "
572
+ >
573
+ Gateway Name
574
+ </ th >
570
575
< th
571
576
class ="px-2 py-3 text-left text-xs font-medium text-gray-500 dark:text-gray-300 uppercase tracking-wider w-24 "
572
577
>
@@ -619,10 +624,15 @@ <h2 class="text-2xl font-bold dark:text-gray-200">
619
624
>
620
625
{{ loop.index }}
621
626
</ td >
627
+ < td
628
+ class ="px-2 py-4 whitespace-normal break-words text-sm text-gray-500 dark:text-gray-300 w-36 "
629
+ >
630
+ {{ tool.gatewaySlug }}
631
+ </ td >
622
632
< td
623
633
class ="px-2 py-4 whitespace-nowrap text-sm font-medium text-gray-900 w-24 dark:text-gray-100 "
624
634
>
625
- {{ tool.name }}
635
+ {{ tool.originalNameSlug }}
626
636
</ td >
627
637
< td
628
638
class ="px-2 py-4 whitespace-normal break-words text-sm text-gray-500 dark:text-gray-300 w-24 "
You can’t perform that action at this time.
0 commit comments