File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -600,7 +600,7 @@ block jumbotron1
600600 span( data-bind =" text: QTTransferData().transferDayLimit / ( 1024 * 1024 ) + ' Mbyte'" style = "font-size: smaller;font-weight: lighter;" )
601601 //-.three.wide.column( style="padding-top: 0px!important;")
602602 span( data-bind = "text: infoDefine [ $root.languageIndex() ].QTGateGateway.monthDatatransfer " )
603- .sixteen.wide.column ( style ="padding-top: 0px!important;" )
603+ .sixteen.wide.column ( data-bind = "style:{ 'padding-top' : config().freeUser ? '0px!important': '' }" style ="padding-top: 0px!important;" )
604604 .userDetail.ui.tiny.progress.success ( data-bind = "attr: { 'data-total': QTTransferData().transferMonthly / ( 1024 * 1024 ), 'data-value':( QTTransferData().transferMonthly - $root.QTTransferData().usedMonthlyTransfer)/( 1024 * 1024 )}" )
605605 .bar
606606 .progress
You can’t perform that action at this time.
0 commit comments