1.4.5.2
This commit is contained in:
4
EdgeAdmin/web/views/@default/plans/plan/index.js
Normal file
4
EdgeAdmin/web/views/@default/plans/plan/index.js
Normal file
@@ -0,0 +1,4 @@
|
||||
Tea.context(function () {
|
||||
this.plan.dailyRequestsFormat = teaweb.formatNumber(this.plan.dailyRequests)
|
||||
this.plan.monthlyRequestsFormat = teaweb.formatNumber(this.plan.monthlyRequests)
|
||||
})
|
||||
Reference in New Issue
Block a user