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

add a refresh link for each entity view (#12)

This commit is contained in:
Anthony Lapenna 2016-06-14 14:32:44 +12:00 committed by GitHub
parent a12c1916ec
commit 6d163ee1ef
7 changed files with 31 additions and 6 deletions

View file

@ -7,7 +7,7 @@ angular
title: '@'
},
transclude: true,
template: '<div class="page">{{title}}</div>',
template: '<div class="page">{{title}}<span class="header_title_content" ng-transclude><span></div>',
restrict: 'E'
};
return directive;