1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-23 07:19:41 +02:00

Added module for container logs.

This commit is contained in:
Kevan Ahlquist 2014-12-15 16:26:10 -06:00
parent ca9355f617
commit b70b3f3100
8 changed files with 110 additions and 1 deletions

View file

@ -4,6 +4,7 @@ function($scope, $routeParams, $location, Container, Messages, ViewSpinner) {
$scope.changes = [];
var update = function() {
ViewSpinner.spin();
Container.get({id: $routeParams.id}, function(d) {
$scope.container = d;
ViewSpinner.stop();