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', [
|
angular.module('portainer.docker').controller('NodeDetailsViewController', [
|
||||||
'$stateParams',
|
'$stateParams', 'NodeService', 'LabelHelper', 'Notifications', '$state',
|
||||||
'NodeService',
|
function NodeDetailsViewController($stateParams, NodeService, LabelHelper, Notifications, $state) {
|
||||||
'NodeHelper',
|
|
||||||
'LabelHelper',
|
|
||||||
'Notifications',
|
|
||||||
'$state',
|
|
||||||
function NodeDetailsViewController(
|
|
||||||
$stateParams,
|
|
||||||
NodeService,
|
|
||||||
NodeHelper,
|
|
||||||
LabelHelper,
|
|
||||||
Notifications,
|
|
||||||
$state
|
|
||||||
) {
|
|
||||||
var ctrl = this;
|
var ctrl = this;
|
||||||
var originalNode;
|
var originalNode;
|
||||||
|
|
||||||
ctrl.$onInit = initView;
|
ctrl.$onInit = initView;
|
||||||
ctrl.updateLabels = updateLabels;
|
ctrl.updateLabels = updateLabels;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue