1
0
Fork 0
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:
Kevan Ahlquist 2016-03-19 17:30:47 -05:00
parent 9793c3f3ee
commit 5a20b9fc04
3 changed files with 47 additions and 11 deletions

View file

@ -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'