Skip to content

Commit

Permalink
v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Xie authored and Peter Xie committed Nov 9, 2017
1 parent 106e5e9 commit 10f5138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/home/index.pug
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,7 @@ block jumbotron1
span( data-bind=" text: QTTransferData().transferDayLimit / ( 1024 * 1024 ) + ' Mbyte'" style = "font-size: smaller;font-weight: lighter;")
//-.three.wide.column( style="padding-top: 0px!important;")
span( data-bind = "text: infoDefine [ $root.languageIndex() ].QTGateGateway.monthDatatransfer " )
.sixteen.wide.column( style="padding-top: 0px!important;")
.sixteen.wide.column( data-bind="style:{ 'padding-top' : config().freeUser ? '0px!important': '' }" style="padding-top: 0px!important;")
.userDetail.ui.tiny.progress.success( data-bind = "attr: { 'data-total': QTTransferData().transferMonthly / ( 1024 * 1024 ), 'data-value':( QTTransferData().transferMonthly - $root.QTTransferData().usedMonthlyTransfer)/( 1024 * 1024 )}")
.bar
.progress
Expand Down

0 comments on commit 10f5138

Please sign in to comment.