mirror of
https://github.com/portainer/portainer.git
synced 2025-07-23 07:19:41 +02:00
fix(general): fix the size display using the filesize library (#246)
* fix(general): fix the size display using the filesize library * refactor(humansize): use default value for filter
This commit is contained in:
parent
59e65222eb
commit
739a5ec299
7 changed files with 13 additions and 39 deletions
|
@ -71,6 +71,7 @@ module.exports = function (grunt) {
|
|||
'bower_components/bootstrap/dist/js/bootstrap.min.js',
|
||||
'bower_components/Chart.js/Chart.min.js',
|
||||
'bower_components/lodash/dist/lodash.min.js',
|
||||
'bower_components/filesize/lib/filesize.min.js',
|
||||
'bower_components/moment/min/moment.min.js',
|
||||
'bower_components/xterm.js/src/xterm.js',
|
||||
'assets/js/jquery.gritter.js', // Using custom version to fix error in minified build due to "use strict"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue