mirror of https://github.com/portainer/portainer
style(engine-details): remove whitespaces
parent
50ef742c63
commit
7436ac508b
|
@ -1,20 +1,9 @@
|
|||
angular.module('portainer.docker').controller('NodeDetailsViewController', [
|
||||
'$stateParams',
|
||||
'NodeService',
|
||||
'NodeHelper',
|
||||
'LabelHelper',
|
||||
'Notifications',
|
||||
'$state',
|
||||
function NodeDetailsViewController(
|
||||
$stateParams,
|
||||
NodeService,
|
||||
NodeHelper,
|
||||
LabelHelper,
|
||||
Notifications,
|
||||
$state
|
||||
) {
|
||||
'$stateParams', 'NodeService', 'LabelHelper', 'Notifications', '$state',
|
||||
function NodeDetailsViewController($stateParams, NodeService, LabelHelper, Notifications, $state) {
|
||||
var ctrl = this;
|
||||
var originalNode;
|
||||
|
||||
ctrl.$onInit = initView;
|
||||
ctrl.updateLabels = updateLabels;
|
||||
|
||||
|
|
Loading…
Reference in New Issue