mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 10:08:40 -05:00
Merge 1f1d777a4a into 3d12bf3728
This commit is contained in:
commit
46f7081319
1 changed files with 1 additions and 1 deletions
|
|
@ -136,7 +136,7 @@ d3.json( numbers_url,
|
|||
stats_vmpooler_numbers__svg[ 'capacity' ]
|
||||
.append( 'text' )
|
||||
.text(
|
||||
( stats_vmpooler_numbers__data__live[ 'capacity_percent' ] )
|
||||
( stats_vmpooler_numbers__data__live[ 'capacity_percent' ].toFixed(1) )
|
||||
)
|
||||
.attr( {
|
||||
'text-anchor': 'end',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue