1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-20 13:59:40 +02:00

feat(containers): update the containers view to add a column with exposed ports (#157)

This commit is contained in:
Anthony Lapenna 2016-08-24 10:58:55 +12:00 committed by GitHub
parent 5f290937d2
commit 71eb3feac9
4 changed files with 26 additions and 15 deletions

View file

@ -6,7 +6,7 @@ function ($scope, Container, Info, Settings, Messages, Config, errorMsgFilter) {
$scope.state.displayAll = Settings.displayAll;
$scope.state.displayIP = false;
$scope.sortType = 'State';
$scope.sortReverse = true;
$scope.sortReverse = false;
$scope.state.selectedItemCount = 0;
$scope.order = function (sortType) {