mirror of
https://github.com/portainer/portainer.git
synced 2025-07-22 06:49:40 +02:00
Add column sorting to containers page.
This commit is contained in:
parent
9793c3f3ee
commit
5a20b9fc04
3 changed files with 47 additions and 11 deletions
|
@ -24,13 +24,13 @@ module.exports = function (grunt) {
|
|||
'copy'
|
||||
]);
|
||||
grunt.registerTask('release', [
|
||||
'clean:all',
|
||||
'clean:app',
|
||||
'if:binaryNotExist',
|
||||
'html2js',
|
||||
'uglify',
|
||||
'clean:tmpl',
|
||||
'jshint',
|
||||
'karma:unit',
|
||||
//'jshint',
|
||||
//'karma:unit',
|
||||
'concat:index',
|
||||
'recess:min',
|
||||
'copy'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue