File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
components/modules/namespace Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -233,7 +233,7 @@ const handleCopy = (target) => {
233233 < / Button>
234234
235235 < Button type= " secondary" size= " mini" disabled>
236- < Text size= " 12" weight= " 600" color= " primary" > {{ page }} of {{ pages }} < / Text >
236+ < Text size= " 12" weight= " 600" color= " primary" > {{ comma ( page) }} of {{ comma ( pages) }} < / Text >
237237 < / Button>
238238
239239 < Button @click= " handleNext" type= " secondary" size= " mini" : disabled= " page === pages" >
Original file line number Diff line number Diff line change @@ -196,7 +196,7 @@ const handleCopy = (target) => {
196196 <td >
197197 <Flex align =" center" gap =" 6" >
198198 <Text size =" 13" weight =" 600" color =" primary" >{{ formatBytes(ns.size) }}</Text >
199- <Text size =" 13" weight =" 600" color =" tertiary" >({{ ns.pfb_count }})</Text >
199+ <Text size =" 13" weight =" 600" color =" tertiary" >({{ comma( ns.pfb_count) }})</Text >
200200 </Flex >
201201 </td >
202202 <td >
You can’t perform that action at this time.
0 commit comments