Remove long build descriptions (not properly used in the new UI)
This commit is contained in:
parent
ff3d8bb013
commit
3342f2392d
7 changed files with 2 additions and 46 deletions
|
@ -10,10 +10,8 @@ angular.module('quay').directive('triggerDescription', function () {
|
|||
restrict: 'C',
|
||||
scope: {
|
||||
'trigger': '=trigger',
|
||||
'short': '=short'
|
||||
},
|
||||
controller: function($scope, $element, KeyService, TriggerService) {
|
||||
// TODO(jschorr): Clean up and remove the 'short' once we're on new layout.
|
||||
$scope.KeyService = KeyService;
|
||||
$scope.TriggerService = TriggerService;
|
||||
TriggerService.populateTemplate($scope, 'trigger-description');
|
||||
|
|
Reference in a new issue